gvisor/pkg/tcpip
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
..
adapters/gonet Add support for tearing down protocol dispatchers and TIME_WAIT endpoints. 2020-02-24 10:32:17 -08:00
buffer Implement tap/tun device in vfs. 2020-02-21 15:42:56 -08:00
checker Enable IPV6_RECVTCLASS socket option for datagram sockets 2020-02-18 15:45:36 -08:00
hash/jenkins Standardize on tools directory. 2020-01-27 12:21:00 -08:00
header Use multicast Ethernet address for multicast NDP 2020-01-31 13:55:46 -08:00
iptables We can now create and jump in iptables. For example: 2020-02-13 17:02:50 -08:00
link Implement tap/tun device in vfs. 2020-02-21 15:42:56 -08:00
network Add support for tearing down protocol dispatchers and TIME_WAIT endpoints. 2020-02-24 10:32:17 -08:00
ports Standardize on tools directory. 2020-01-27 12:21:00 -08:00
sample Standardize on tools directory. 2020-01-27 12:21:00 -08:00
seqnum Standardize on tools directory. 2020-01-27 12:21:00 -08:00
stack Add support for tearing down protocol dispatchers and TIME_WAIT endpoints. 2020-02-24 10:32:17 -08:00
transport Deflake TestCurrentConnectedIncrement. 2020-02-25 11:19:34 -08:00
BUILD Standardize on tools directory. 2020-01-27 12:21:00 -08:00
packet_buffer.go Fixing stuff 2020-01-21 13:37:25 -08:00
packet_buffer_state.go Use PacketBuffers for outgoing packets. 2019-11-14 10:15:38 -08:00
tcpip.go Add support for tearing down protocol dispatchers and TIME_WAIT endpoints. 2020-02-24 10:32:17 -08:00
tcpip_test.go Implement proper local broadcast behavior 2019-10-03 19:31:35 -07:00
time.s Change copyright notice to "The gVisor Authors" 2019-04-29 14:26:23 -07:00
time_unsafe.go Initial network namespace support. 2020-02-20 15:20:40 -08:00
timer.go CancellableTimer to encapsulate the work of safely stopping timers 2020-01-08 17:50:54 -08:00
timer_test.go Put CancellableTimer tests in the tcpip_test package 2020-01-10 14:32:17 -08:00