gvisor/pkg/tcpip/adapters/gonet
Ghanan Gowripalan a5acc0616c Support creating protocol instances with Stack ref
Network or transport protocols may want to reach the stack. Support this
by letting the stack create the protocol instances so it can pass a
reference to itself at protocol creation time.

Note, protocols do not yet use the stack in this CL but later CLs will
make use of the stack from protocols.

PiperOrigin-RevId: 334260210
2020-09-28 16:24:04 -07:00
..
BUILD
gonet.go Fix Accept to not return error for sockets in accept queue. 2020-09-02 18:21:47 -07:00
gonet_test.go Support creating protocol instances with Stack ref 2020-09-28 16:24:04 -07:00