gvisor/test/packetimpact/tests
Eyal Soha 1bcc2bf17f Refactor connections.go to make it easier to add new connection types.
Rather than have a struct for the state of each type of connection, such as
TCP/IPv4, UDP/IPv4, TCP/IPv6, etc, have a state for each layer, such as UDP,
TCP, IPv4, IPv6.  Those states can be composed into connections.

Tested:
  Existing unit tests still pass/fail as expected.
PiperOrigin-RevId: 306703180
2020-04-15 13:01:11 -07:00
..
BUILD
Dockerfile Test receiving multicast packets over UDP 2020-03-31 19:53:11 -07:00
defs.bzl
fin_wait2_timeout_test.go
tcp_noaccept_close_rst_test.go
tcp_should_piggyback_test.go Refactor connections.go to make it easier to add new connection types. 2020-04-15 13:01:11 -07:00
tcp_window_shrink_test.go Refactor connections.go to make it easier to add new connection types. 2020-04-15 13:01:11 -07:00
test_runner.sh
udp_recv_multicast_test.go Refactor connections.go to make it easier to add new connection types. 2020-04-15 13:01:11 -07:00