gvisor/pkg/tcpip/transport/tcp
Kevin Krakauer 52a51a8e20 Add a raw socket transport endpoint and use it for raw ICMP sockets.
Having raw socket code together will make it easier to add support for other raw
network protocols. Currently, only ICMP uses the raw endpoint. However, adding
support for other protocols such as UDP shouldn't be much more difficult than
adding a few switch cases.

PiperOrigin-RevId: 241564875
Change-Id: I77e03adafe4ce0fd29ba2d5dfdc547d2ae8f25bf
2019-04-02 11:13:49 -07:00
..
testing/context Fix incorrect checksums in TCP and UDP tests. 2019-03-29 12:05:43 -07:00
BUILD Remove license comments 2019-01-31 11:12:53 -08:00
accept.go netstack/fdbased: add generic segmentation offload (GSO) support 2019-03-28 11:03:41 -07:00
connect.go netstack/fdbased: add generic segmentation offload (GSO) support 2019-03-28 11:03:41 -07:00
cubic.go Use correct company name in copyright header 2018-10-19 16:35:11 -07:00
dual_stack_test.go Remove unused commit() function argument to Bind. 2019-03-05 14:53:34 -08:00
endpoint.go Add a raw socket transport endpoint and use it for raw ICMP sockets. 2019-04-02 11:13:49 -07:00
endpoint_state.go Implement IP_MULTICAST_LOOP. 2019-03-08 15:49:17 -08:00
forwarder.go Remove duplicate TCP flag definitions 2019-03-14 10:19:21 -07:00
protocol.go netstack/fdbased: add generic segmentation offload (GSO) support 2019-03-28 11:03:41 -07:00
rcv.go Remove duplicate TCP flag definitions 2019-03-14 10:19:21 -07:00
reno.go Use correct company name in copyright header 2018-10-19 16:35:11 -07:00
sack.go Use correct company name in copyright header 2018-10-19 16:35:11 -07:00
sack_scoreboard.go Fix Panic in SACKScoreboard.Delete. 2019-03-28 18:18:39 -07:00
sack_scoreboard_test.go Fix Panic in SACKScoreboard.Delete. 2019-03-28 18:18:39 -07:00
segment.go Remove duplicate TCP flag definitions 2019-03-14 10:19:21 -07:00
segment_heap.go Use correct company name in copyright header 2018-10-19 16:35:11 -07:00
segment_queue.go Use correct company name in copyright header 2018-10-19 16:35:11 -07:00
segment_state.go Add new retransmissions and recovery related metrics. 2019-03-05 16:41:44 -08:00
snd.go netstack/fdbased: add generic segmentation offload (GSO) support 2019-03-28 11:03:41 -07:00
snd_state.go Use correct company name in copyright header 2018-10-19 16:35:11 -07:00
tcp_sack_test.go Use correct company name in copyright header 2018-10-19 16:35:11 -07:00
tcp_test.go Add new retransmissions and recovery related metrics. 2019-03-05 16:41:44 -08:00
tcp_timestamp_test.go Do not drop packets w/ missing TCP timestamps. 2019-02-11 10:23:43 -08:00
timer.go Use correct company name in copyright header 2018-10-19 16:35:11 -07:00