gvisor/pkg/tcpip/transport/udp
Amanda Tait ea070b9d5f Implement Broadcast support
This change adds support for the SO_BROADCAST socket option in gVisor Netstack.
This support includes getsockopt()/setsockopt() functionality for both UDP and
TCP endpoints (the latter being a NOOP), dispatching broadcast messages up and
down the stack, and route finding/creation for broadcast packets. Finally, a
suite of tests have been implemented, exercising this functionality through the
Linux syscall API.

PiperOrigin-RevId: 234850781
Change-Id: If3e666666917d39f55083741c78314a06defb26c
2019-02-20 12:54:13 -08:00
..
BUILD Remove license comments 2019-01-31 11:12:53 -08:00
endpoint.go Implement Broadcast support 2019-02-20 12:54:13 -08:00
endpoint_state.go Plumb IP_ADD_MEMBERSHIP and IP_DROP_MEMBERSHIP to netstack. 2019-02-07 23:15:23 -08:00
protocol.go Use correct company name in copyright header 2018-10-19 16:35:11 -07:00
udp_test.go Implement SO_REUSEPORT for TCP and UDP sockets 2018-12-28 11:27:14 -08:00