gvisor/pkg/tcpip/transport/tcp
Bhasker Hariharan d7b7379251 Deflake TestCurrentConnectedIncrement.
TestCurrentConnectedIncrement fails consistently under gotsan due to the sleep
to check metrics is exactly the same as the TIME-WAIT duration. Under gotsan
things can be slow enough that the increment test is done before the protocol
goroutine is run after the TIME-WAIT timer expires and does its cleanup.

Increasing the sleep from 1s to 1.2s makes the test pass consistently.

PiperOrigin-RevId: 297160181
2020-02-25 11:19:34 -08:00
..
testing/context Use multicast Ethernet address for multicast NDP 2020-01-31 13:55:46 -08:00
BUILD Fix for panic in endpoint.Close(). 2020-01-30 12:00:35 -08:00
accept.go Add support for tearing down protocol dispatchers and TIME_WAIT endpoints. 2020-02-24 10:32:17 -08:00
connect.go Add support for tearing down protocol dispatchers and TIME_WAIT endpoints. 2020-02-24 10:32:17 -08:00
cubic.go Add support for TCP_CONGESTION socket option. 2019-06-12 13:35:50 -07:00
cubic_state.go Add support for TCP_CONGESTION socket option. 2019-06-12 13:35:50 -07:00
dispatcher.go Add support for tearing down protocol dispatchers and TIME_WAIT endpoints. 2020-02-24 10:32:17 -08:00
dual_stack_test.go Introduce tcpip.SockOptBool 2020-01-08 15:40:48 -08:00
endpoint.go Add support for tearing down protocol dispatchers and TIME_WAIT endpoints. 2020-02-24 10:32:17 -08:00
endpoint_state.go Changes TCP packet dispatch to use a pool of goroutines. 2020-01-14 14:15:50 -08:00
forwarder.go Add support for TCP_DEFER_ACCEPT. 2020-01-29 15:53:45 -08:00
protocol.go Add support for tearing down protocol dispatchers and TIME_WAIT endpoints. 2020-02-24 10:32:17 -08:00
rcv.go Changes TCP packet dispatch to use a pool of goroutines. 2020-01-14 14:15:50 -08:00
rcv_state.go Add support for TCP_USER_TIMEOUT option. 2019-12-11 17:52:53 -08:00
reno.go Change copyright notice to "The gVisor Authors" 2019-04-29 14:26:23 -07:00
sack.go Add support for TCP receive buffer auto tuning. 2019-06-13 22:28:01 -07:00
sack_scoreboard.go Automated rollback of changelist 261191548 2019-08-02 12:52:40 -07:00
sack_scoreboard_test.go Update canonical repository. 2019-06-13 16:50:15 -07:00
segment.go Use PacketBuffers, rather than VectorisedViews, in netstack. 2019-11-06 14:25:59 -08:00
segment_heap.go Change copyright notice to "The gVisor Authors" 2019-04-29 14:26:23 -07:00
segment_queue.go New sync package. 2020-01-09 22:02:24 -08:00
segment_state.go Update canonical repository. 2019-06-13 16:50:15 -07:00
snd.go Changes TCP packet dispatch to use a pool of goroutines. 2020-01-14 14:15:50 -08:00
snd_state.go Add support for TCP_USER_TIMEOUT option. 2019-12-11 17:52:53 -08:00
tcp_noracedetector_test.go Internal change. 2019-10-09 17:56:05 -07:00
tcp_sack_test.go Internal change. 2019-10-09 17:56:05 -07:00
tcp_test.go Deflake TestCurrentConnectedIncrement. 2020-02-25 11:19:34 -08:00
tcp_timestamp_test.go Add support for TCP receive buffer auto tuning. 2019-06-13 22:28:01 -07:00
timer.go Update canonical repository. 2019-06-13 16:50:15 -07:00