SocketOptions implements tcpip.Endpoint.SocketOptions and transport.Endpoint.SocketOptions.
()
| 411 | // SocketOptions implements tcpip.Endpoint.SocketOptions and |
| 412 | // transport.Endpoint.SocketOptions. |
| 413 | SocketOptions() *tcpip.SocketOptions |
| 414 | } |
| 415 | |
| 416 | // sock encapsulates all the state needed to represent a network stack |
no outgoing calls
no test coverage detected