gvisor/pkg/tcpip/stack
Ghanan Gowripalan aecd3a25a9 Deflake tcpip/stack:stack_x_test
Timeouts were increased to deflake pkg/tcpip/stack:stack_x_test tests
that depend on timers. Some timeouts used previously were intended for
tests that do not depend on timers, so this change updates those
timeouts to give more time for a timer-based event to occur. This
change also de-parallelizes non-subtests to reduce the number of active
timers.

Test: bazel test //pkg/tcpip/stack:stack_x_test --runs_per_test=500
PiperOrigin-RevId: 304287622
2020-04-01 16:41:26 -07:00
..
BUILD
dhcpv6configurationfromndpra_string.go
forwarder.go
forwarder_test.go
icmp_rate_limit.go Simplify ICMPRateLimiter 2019-09-24 09:50:51 -07:00
iptables.go
iptables_targets.go
iptables_types.go
linkaddrcache.go
linkaddrcache_test.go
ndp.go
ndp_test.go Deflake tcpip/stack:stack_x_test 2020-04-01 16:41:26 -07:00
nic.go
nic_test.go
packet_buffer.go Support owner matching for iptables. 2020-03-26 12:21:24 -07:00
packet_buffer_state.go
rand.go
registration.go Move tcpip.PacketBuffer and IPTables to stack package. 2020-03-24 09:06:26 -07:00
route.go Move tcpip.PacketBuffer and IPTables to stack package. 2020-03-24 09:06:26 -07:00
stack.go Add support for setting TCP segment hash. 2020-03-24 15:34:43 -07:00
stack_global_state.go
stack_test.go
transport_demuxer.go
transport_demuxer_test.go Add IPv4 to bind_to_device distribution test 2020-03-26 11:33:28 -07:00
transport_test.go