gvisor/pkg/tcpip/transport/tcp
Ghanan Gowripalan 0c424ea731 Rename nicid to nicID to follow go-readability initialisms
https://github.com/golang/go/wiki/CodeReviewComments#initialisms

This change does not introduce any new functionality. It just renames variables
from `nicid` to `nicID`.

PiperOrigin-RevId: 278992966
2019-11-06 19:41:25 -08:00
..
testing/context Use PacketBuffers, rather than VectorisedViews, in netstack. 2019-11-06 14:25:59 -08:00
BUILD netstack/tcp: software segmentation offload 2019-10-22 11:55:56 -07:00
accept.go Send a TCP RST in response to a TCP SYN-ACK on a listening endpoint 2019-11-06 10:44:20 -08:00
connect.go Use the user supplied TCP MSS when creating a new active socket 2019-10-28 18:20:36 -07: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
dual_stack_test.go Internal change. 2019-10-14 17:46:52 -07:00
endpoint.go Rename nicid to nicID to follow go-readability initialisms 2019-11-06 19:41:25 -08:00
endpoint_state.go Add endpoint tracking to the stack. 2019-10-29 16:14:51 -07:00
forwarder.go Use PacketBuffers, rather than VectorisedViews, in netstack. 2019-11-06 14:25:59 -08:00
protocol.go Internal change. 2019-11-06 17:56:25 -08:00
rcv.go Automated rollback of changelist 261191548 2019-08-02 12:52:40 -07: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
segment.go Use PacketBuffers, rather than VectorisedViews, in netstack. 2019-11-06 14:25:59 -08:00
segment_heap.go
segment_queue.go
segment_state.go
snd.go netstack: add counters for tcp CurrEstab and EstabResets 2019-10-15 16:38:40 +00:00
snd_state.go Change copyright notice to "The gVisor Authors" 2019-04-29 14:26:23 -07: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 Internal change. 2019-11-06 17:56:25 -08:00
tcp_timestamp_test.go Add support for TCP receive buffer auto tuning. 2019-06-13 22:28:01 -07:00
timer.go