gvisor/pkg/tcpip
Andrei Vagin cf7f27c167 net/udp: return a local route address as the bound-to address
If the socket is bound to ANY and connected to a loopback address,
getsockname() has to return the loopback address. Without this fix,
getsockname() returns ANY.

PiperOrigin-RevId: 283647781
2019-12-03 16:32:13 -08:00
..
adapters/gonet Add support for TIME_WAIT timeout. 2019-11-07 09:46:55 -08:00
buffer Use PacketBuffers for outgoing packets. 2019-11-14 10:15:38 -08:00
checker Validate the checksum for incoming ICMPv6 packets 2019-10-25 16:06:55 -07:00
hash/jenkins Cleanup visibility. 2019-11-23 23:54:41 -08:00
header Discover on-link prefixes from Router Advertisements' Prefix Information options 2019-11-12 14:09:43 -08:00
iptables Reorder BUILD license and load functions in netstack. 2019-10-14 15:21:59 -07:00
link Fix panic in sniffer. 2019-11-25 09:11:05 -08:00
network Set transport and network headers on outbound packets. 2019-11-25 09:37:53 -08:00
ports Cleanup visibility. 2019-11-23 23:54:41 -08:00
sample Remove centralized registration of protocols. 2019-09-25 12:57:05 -07:00
seqnum Cleanup visibility. 2019-11-23 23:54:41 -08:00
stack Cleanup visibility. 2019-11-23 23:54:41 -08:00
transport net/udp: return a local route address as the bound-to address 2019-12-03 16:32:13 -08:00
BUILD Use PacketBuffers, rather than VectorisedViews, in netstack. 2019-11-06 14:25:59 -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 support for receiving TOS and TCLASS control messages in hostinet. 2019-11-27 16:21:05 -08:00
tcpip_test.go Implement proper local broadcast behavior 2019-10-03 19:31:35 -07:00
time.s Change copyright notice to "The gVisor Authors" 2019-04-29 14:26:23 -07:00
time_unsafe.go Update build tags to allow Go 1.14 2019-10-29 13:18:16 -07:00