gvisor/pkg/tcpip
Marek Majkowski 38fe05eb69 gonet PacketConn.RemoteAddr() incorrectly returns *net.TCPAddr, should be *net.UDPAddr
PacketConn.LocalAddr() already returns *net.UDPAddr correctly.
2020-01-22 11:34:29 +00:00
..
adapters/gonet gonet PacketConn.RemoteAddr() incorrectly returns *net.TCPAddr, should be *net.UDPAddr 2020-01-22 11:34:29 +00:00
buffer Use PacketBuffers for outgoing packets. 2019-11-14 10:15:38 -08:00
checker Solicit IPv6 routers when a NIC becomes enabled as a host 2020-01-15 17:10:48 -08:00
hash/jenkins Cleanup visibility. 2019-11-23 23:54:41 -08:00
header Solicit IPv6 routers when a NIC becomes enabled as a host 2020-01-15 17:10:48 -08:00
iptables Address Nic's comments. 2020-01-14 17:54:02 -08:00
link New sync package. 2020-01-09 22:02:24 -08:00
network Fix test building. 2020-01-13 14:54:32 -08:00
ports New sync package. 2020-01-09 22:02:24 -08:00
sample netstack: minor fix typo in "if err" handler 2019-12-31 16:49:30 +01:00
seqnum Cleanup visibility. 2019-11-23 23:54:41 -08:00
stack Merge pull request #1558 from kevinGC:iptables-write-input-drop 2020-01-21 12:08:52 -08:00
transport Add a new TCP stat for current open connections. 2020-01-21 15:43:39 -08:00
BUILD Merge branch 'master' into iptables-write-input-drop 2020-01-13 12:22:15 -08:00
packet_buffer.go Use PacketBuffers with GSO. 2019-11-22 14:52:35 -08:00
packet_buffer_state.go Use PacketBuffers for outgoing packets. 2019-11-14 10:15:38 -08:00
tcpip.go Add a new TCP stat for current open connections. 2020-01-21 15:43:39 -08:00
tcpip_test.go Implement proper local broadcast behavior 2019-10-03 19:31:35 -07:00
time.s
time_unsafe.go Update build tags to allow Go 1.14 2019-10-29 13:18:16 -07:00
timer.go CancellableTimer to encapsulate the work of safely stopping timers 2020-01-08 17:50:54 -08:00
timer_test.go Put CancellableTimer tests in the tcpip_test package 2020-01-10 14:32:17 -08:00