gvisor/pkg/tcpip/transport/tcp
Andrei Vagin 654e878abb netstack: Don't exclude length when a pseudo-header checksum is calculated
This is a preparation for GSO changes (cl/234508902).

RELNOTES[gofers]: Refactor checksum code to include length, which
it already did, but in a convoluted way. Should be a no-op.

PiperOrigin-RevId: 240460794
Change-Id: I537381bc670b5a9f5d70a87aa3eb7252e8f5ace2
2019-03-26 17:15:13 -07:00
..
testing/context netstack: Don't exclude length when a pseudo-header checksum is calculated 2019-03-26 17:15:13 -07:00
BUILD Remove license comments 2019-01-31 11:12:53 -08:00
accept.go Remove duplicate TCP flag definitions 2019-03-14 10:19:21 -07:00
connect.go netstack: Don't exclude length when a pseudo-header checksum is calculated 2019-03-26 17:15:13 -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 netstack: reduce MSS from SYN to account tcp options 2019-03-19 17:33:20 -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 Remove duplicate TCP flag definitions 2019-03-14 10:19:21 -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 Add a SACK scoreboard to TCP endpoints. 2019-02-25 15:20:04 -08:00
sack_scoreboard_test.go Fix IsLost check to match the description in RFC6675. 2019-01-29 18:13:48 -08: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: adjust the sequence number after trimming the packet 2019-03-20 09:58:10 -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