gvisor/pkg/tcpip/adapters/gonet
Tony Gong 8b56b6b83b Pass address properties in a single struct
Replaced the current AddAddressWithOptions method with
AddAddressWithProperties which passes all address properties in
a single AddressProperties type. More properties that need to be
configured in the future are expected, so adding a type makes adding
them easier.

PiperOrigin-RevId: 396930729
2021-09-15 15:00:01 -07:00
..
BUILD Remove sniffer from gonet_test. 2020-11-17 23:36:14 -08:00
gonet.go Add POLLRDNORM/POLLWRNORM support. 2021-03-24 12:11:44 -07:00
gonet_test.go Pass address properties in a single struct 2021-09-15 15:00:01 -07:00