Lines Matching full:tcp
1 # TCP options
9 bool "TCP"
19 module-str = Log level for TCP
20 module-help = Enables TCP handler output debug messages
25 int "TCP work queue thread stack size"
30 Set the TCP work queue thread stack size in bytes.
33 int "Priority of the TCP work queue"
37 Set the priority of the TCP worker queue, that handles all
38 transmission and maintenance within the TCP stack.
44 avoid the TCP stack consume all net_bufs before transferring
55 the same local/remote ports, RFC 793 (TCP) suggests to keep
63 is largely alleviated in the modern TCP stacks by using random,
75 of TCP data packets. The value is in milliseconds.
90 int "Maximum number of TCP segment retransmissions"
114 This value affects how the TCP selects the maximum sending window
115 size. The default value 0 lets the TCP stack select the value
124 This value defines the maximum TCP receive window size. Increasing
127 The default value 0 lets the TCP stack select the value
136 If we receive out-of-order TCP data, we queue it. This value tells
148 int "How long to wait for a TCP packet allocation (in ms)"
153 The TCP network stack allocates packets from the buffers and the
159 bool "Check TCP checksum"
163 Enables TCP handler to check TCP checksum. If the checksum is invalid,
179 bool "Implement a congestion avoidance algorithm in TCP"
187 bool "TCP keep-alive support"
190 Enabling this option allows the TCP stack to send periodic TCP
199 The time (in seconds) the connection needs to remain idle before TCP
215 The maximum number of keepalive probes TCP should send before dropping
229 bool "Reject connection attempts on unbound TCP ports with RST"
232 If enabled, TCP stack will reject connection attempts on unbound ports
233 with TCP RST packet.
240 If enabled, TCP stack will inform the IPv6 Neighbor Discovery process