diff options
author | Ian Gudger <igudger@google.com> | 2019-11-12 14:02:53 -0800 |
---|---|---|
committer | gVisor bot <gvisor-bot@google.com> | 2019-11-12 14:04:14 -0800 |
commit | 57a2a5ea3359e0879f5e4cc40fdb9ad973c689a8 (patch) | |
tree | e5f01633ac62e5634ed04c4f179dd7c5c581d988 /test/syscalls/linux/socket_ipv4_udp_unbound.h | |
parent | 548d65b2b6116beecb2aa782a0b5428fb20f89a0 (diff) |
Add tests for SO_REUSEADDR and SO_REUSEPORT.
* Basic tests for the SO_REUSEADDR and SO_REUSEPORT options.
* SO_REUSEADDR functional tests for TCP and UDP.
* SO_REUSEADDR and SO_REUSEPORT interaction tests for UDP.
* Stubbed support for UDP getsockopt(SO_REUSEADDR).
PiperOrigin-RevId: 280049265
Diffstat (limited to 'test/syscalls/linux/socket_ipv4_udp_unbound.h')
-rw-r--r-- | test/syscalls/linux/socket_ipv4_udp_unbound.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/syscalls/linux/socket_ipv4_udp_unbound.h b/test/syscalls/linux/socket_ipv4_udp_unbound.h index 8e07bfbbf..f64c57645 100644 --- a/test/syscalls/linux/socket_ipv4_udp_unbound.h +++ b/test/syscalls/linux/socket_ipv4_udp_unbound.h @@ -20,8 +20,8 @@ namespace gvisor { namespace testing { -// Test fixture for tests that apply to pairs of IPv4 UDP sockets. -using IPv4UDPUnboundSocketPairTest = SocketPairTest; +// Test fixture for tests that apply to IPv4 UDP sockets. +using IPv4UDPUnboundSocketTest = SimpleSocketTest; } // namespace testing } // namespace gvisor |