gvisor/pkg/sentry/socket
Ian Gudger 7f60294a73 Implement TCP_NODELAY and TCP_CORK
Previously, TCP_NODELAY was always enabled and we would lie about it being
configurable. TCP_NODELAY is now disabled by default (to match Linux) in the
socket layer so that non-gVisor users don't automatically start using this
questionable optimization.

PiperOrigin-RevId: 221368472
Change-Id: Ib0240f66d94455081f4e0ca94f09d9338b2c1356
2018-11-13 18:02:43 -08:00
..
control Use correct company name in copyright header 2018-10-19 16:35:11 -07:00
epsocket Implement TCP_NODELAY and TCP_CORK 2018-11-13 18:02:43 -08:00
hostinet Use correct company name in copyright header 2018-10-19 16:35:11 -07:00
netlink Convert Unix transport to syserr 2018-10-24 11:05:08 -07:00
rpcinet Track paths and provide a rename hook. 2018-10-23 00:20:15 -07:00
unix Convert Unix transport to syserr 2018-10-24 11:05:08 -07:00
BUILD Move Unix transport out of netstack 2018-10-17 11:37:51 -07:00
socket.go Use correct company name in copyright header 2018-10-19 16:35:11 -07:00