gvisor/pkg/syserr
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
host_linux.go Use correct company name in copyright header 2018-10-19 16:35:11 -07:00
netstack.go Implement Broadcast support 2019-02-20 12:54:13 -08:00
syserr.go Allow creating syserr.Errors at runtime. 2019-01-03 15:10:31 -08:00