summaryrefslogtreecommitdiffhomepage
path: root/pkg/tcpip/socketops.go
AgeCommit message (Collapse)Author
2020-11-12Refactor SOL_SOCKET optionsNayana Bidari
Store all the socket level options in a struct and call {Get/Set}SockOpt on this struct. This will avoid implementing socket level options on all endpoints. This CL contains implementing one socket level option for tcp and udp endpoints. PiperOrigin-RevId: 342203981