Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-11-12 | Refactor SOL_SOCKET options | Nayana 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 |