gvisor/pkg/sentry/socket
Mithun Iyer 7e6fbc6afe Add a new TCP stat for current open connections.
Such a stat accounts for all connections that are currently
established and not yet transitioned to close state.
Also fix bug in double increment of CurrentEstablished stat.

Fixes #1579

PiperOrigin-RevId: 290827365
2020-01-21 15:43:39 -08:00
..
control Implement {g,s}etsockopt(IP_RECVTOS) for UDP sockets 2020-01-14 13:33:23 -08:00
hostinet Deduplicate and simplify control message processing for recvmsg and sendmsg. 2019-12-10 19:27:42 -08:00
netfilter Merge pull request #1558 from kevinGC:iptables-write-input-drop 2020-01-21 12:08:52 -08:00
netlink New sync package. 2020-01-09 22:02:24 -08:00
netstack Add a new TCP stat for current open connections. 2020-01-21 15:43:39 -08:00
unix Allow dual stack sockets to operate on AF_INET 2020-01-13 14:47:22 -08:00
BUILD Reorder BUILD license and load functions in gvisor. 2019-10-16 16:40:30 -07:00
socket.go Let socket.ControlMessages Release() the underlying transport.ControlMessages. 2019-12-10 11:36:08 -08:00