Type returns the family, socket type and protocol of the socket.
()
| 301 | |
| 302 | // Type returns the family, socket type and protocol of the socket. |
| 303 | Type() (family int, skType linux.SockType, protocol int) |
| 304 | } |
| 305 | |
| 306 | // Provider is the interface implemented by providers of sockets for |
no outgoing calls