Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-04-20 | Move SO_RCVBUF to socketops. | Nayana Bidari | |
Fixes #2926, #674 PiperOrigin-RevId: 369457123 | |||
2021-04-19 | De-duplicate TCP state in TCPEndpointState vs tcp.endpoint | Nick Brown | |
This change replaces individual private members in tcp.endpoint with a single private TCPEndpointState member. Some internal substructures within endpoint (receiver, sender) have been broken into a public substructure (which is then copied into the TCPEndpointState returned from completeState()) alongside other private fields. Fixes #4466 PiperOrigin-RevId: 369329514 |