gvisor/pkg/tcpip
Zeling Feng 9625071e6d Avoid pseudo endpoint for TSVal generation
PiperOrigin-RevId: 393808461
2021-08-30 10:59:45 -07:00
..
adapters/gonet Add POLLRDNORM/POLLWRNORM support. 2021-03-24 12:11:44 -07:00
buffer Make dedicated methods for data operations in PacketBuffer 2021-03-03 16:05:16 -08:00
checker Use a hash function to generate tcp timestamp offset 2021-08-19 13:15:40 -07:00
faketime Use opaque types to represent time 2021-05-25 13:00:29 -07:00
hash/jenkins Use the SecureRNG to generate listener nonces 2021-04-10 14:53:55 -07:00
header Add loopback interface as an ethernet-based device 2021-08-19 13:54:53 -07:00
internal/tcp Avoid pseudo endpoint for TSVal generation 2021-08-30 10:59:45 -07:00
link Add LinkEndpoint.WriteRawPacket with stubs 2021-08-27 11:15:23 -07:00
network Add LinkEndpoint.WriteRawPacket with stubs 2021-08-27 11:15:23 -07:00
ports Fix bug with TCP bind w/ SO_REUSEADDR. 2021-07-01 14:42:00 -07:00
sample Add go:build directives as required by Go 1.17's gofmt. 2021-07-20 16:28:45 -07:00
seqnum Don't accept segments outside the receive window 2020-04-19 22:16:14 -07:00
stack Avoid pseudo endpoint for TSVal generation 2021-08-30 10:59:45 -07:00
tests Include off-link route's preference in update events 2021-06-18 12:43:25 -07:00
testutil Send ICMP errors when link address resolution fails 2021-05-19 12:13:09 -07:00
transport Avoid pseudo endpoint for TSVal generation 2021-08-30 10:59:45 -07:00
BUILD Internal change. 2021-06-24 18:03:15 -07:00
errors.go Implement /proc/sys/net/ipv4/ip_local_port_range 2021-03-08 20:40:34 -08:00
socketops.go Add support for TCP send buffer auto tuning. 2021-08-12 00:51:35 -07:00
stdclock.go Use opaque types to represent time 2021-05-25 13:00:29 -07:00
stdclock_state.go Implement standard clock safely 2021-05-03 16:45:48 -07:00
tcpip.go Add metric to count number of segments acknowledged by DSACK. 2021-07-21 18:06:31 -07:00
tcpip_test.go Add aggregated NIC stats 2021-05-21 04:27:41 -07:00
timer.go Add AfterFunc to tcpip.Clock 2020-07-23 18:00:43 -07:00
timer_test.go Use fake clocks in all tests 2021-05-27 05:06:04 -07:00