Lines Matching full:tcp
269 bool "IP: TCP syncookie support"
271 Normal TCP/IP networking is open to an attack known as "SYN
278 say Y here, the TCP/IP stack will use a cryptographic challenge
281 is no need for the legitimate users to change their TCP/IP software;
383 bool "IP: ESP in TCP encapsulation (RFC 8229)"
390 TCP/IPv4 sockets.
427 Support for INET (TCP, UDP, etc) socket monitoring interface used by
469 bool "TCP: advanced congestion control"
471 Support for selection of various TCP congestion control
485 BIC-TCP is a sender-side only change that ensures a linear RTT
487 bounded TCP-friendliness. The protocol combines two schemes
492 increase provides TCP friendliness.
496 tristate "CUBIC TCP"
499 This is version 2.0 of BIC-TCP which uses a cubic growth function
504 tristate "TCP Westwood+"
507 TCP Westwood+ is a sender-side only modification of the TCP Reno
508 protocol stack that optimizes the performance of TCP congestion
511 episode. Using this estimation, TCP Westwood+ adaptively sets a
514 TCP Westwood+ significantly increases fairness wrt TCP Reno in
518 tristate "H-TCP"
521 H-TCP is a send-side only modifications of the TCP Reno
522 protocol stack that optimizes the performance of TCP
524 modeswitch to change the alpha and beta parameters of TCP Reno
526 other Reno and H-TCP flows.
529 tristate "High Speed TCP"
532 Sally Floyd's High Speed TCP (RFC 3649) congestion control.
533 A modification to TCP's congestion control mechanism for use
539 tristate "TCP-Hybla congestion control algorithm"
542 TCP-Hybla is a sender-side only change that eliminates penalization of
548 tristate "TCP Vegas"
551 TCP Vegas is a sender-side only change to TCP that anticipates
552 the onset of congestion by estimating the bandwidth. TCP Vegas
554 window. TCP Vegas should provide less packet loss, but it is
555 not as aggressive as TCP Reno.
558 tristate "TCP NV"
561 TCP NV is a follow up to TCP Vegas. It has been modified to deal with
571 For further details see http://www.brakmo.org/networking/tcp-nv/
574 tristate "Scalable TCP"
577 Scalable TCP is a sender-side only change to TCP which uses a
583 tristate "TCP Low Priority"
586 TCP Low Priority (TCP-LP), a distributed algorithm whose goal is
588 ``fair share`` of bandwidth as targeted by TCP.
589 See http://www-ece.rice.edu/networks/TCP-LP/
592 tristate "TCP Veno"
595 TCP Veno is a sender-side only enhancement of TCP to obtain better
596 throughput over wireless networks. TCP Veno makes use of state
598 type. TCP Veno cuts down less congestion window in response to random
603 tristate "YeAH TCP"
607 YeAH-TCP is a sender-side high-speed enabled TCP congestion control
617 tristate "TCP Illinois"
620 TCP-Illinois is a sender-side modification of TCP Reno for
629 tristate "DataCenter TCP (DCTCP)"
653 CAIA Delay-Gradient (CDG) is a TCP congestion control that modifies
654 the TCP sender in order to:
662 D.A. Hayes and G. Armitage. "Revisiting TCP congestion control using
667 tristate "BBR TCP"
671 BBR (Bottleneck Bandwidth and RTT) TCP congestion control aims to
682 prompt "Default TCP congestion control"
685 Select the TCP congestion control that will be used by default
748 bool "TCP: Authentication Option (RFC5925)"
754 TCP-AO specifies the use of stronger Message Authentication Codes (MACs),
755 protects against replays for long-lived TCP connections, and
756 provides more details on the association of security with TCP
757 connections than TCP MD5 (See RFC5925)
762 bool "TCP: MD5 Signature Option support (RFC2385)"
766 RFC2385 specifies a method of giving MD5 protection to TCP sessions.