gvisor/pkg/tcpip/transport/udp
Ian Gudger a8d7cee3e8 Fix sendto for dual stack UDP sockets
Previously, dual stack UDP sockets bound to an IPv4 address could not use
sendto to communicate with IPv4 addresses. Further, dual stack UDP sockets
bound to an IPv6 address could use sendto to communicate with IPv4 addresses.
Neither of these behaviors are consistent with Linux.

PiperOrigin-RevId: 197036024
Change-Id: Ic3713efc569f26196e35bb41e6ad63f23675fc90
2018-05-17 12:50:22 -07:00
..
BUILD Check in gVisor. 2018-04-28 01:44:26 -04:00
endpoint.go Fix sendto for dual stack UDP sockets 2018-05-17 12:50:22 -07:00
endpoint_state.go Fix sendto for dual stack UDP sockets 2018-05-17 12:50:22 -07:00
protocol.go Check in gVisor. 2018-04-28 01:44:26 -04:00
udp_test.go Fix sendto for dual stack UDP sockets 2018-05-17 12:50:22 -07:00