Close closes the Bind listener. All fns returned by Open must return net.ErrClosed after a call to Close.
()
| 40 | // Close closes the Bind listener. |
| 41 | // All fns returned by Open must return net.ErrClosed after a call to Close. |
| 42 | Close() error |
| 43 | |
| 44 | // SetMark sets the mark for each packet sent through this Bind. |
| 45 | // This mark is passed to the kernel as the socket option SO_MARK. |
no outgoing calls