Lines Matching refs: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;
384 bool "IP: ESP in TCP encapsulation (RFC 8229)"
391 TCP/IPv4 sockets.
428 Support for INET (TCP, DCCP, etc) socket monitoring interface used by
470 bool "TCP: advanced congestion control"
472 Support for selection of various TCP congestion control
486 BIC-TCP is a sender-side only change that ensures a linear RTT
488 bounded TCP-friendliness. The protocol combines two schemes
493 increase provides TCP friendliness.
497 tristate "CUBIC TCP"
500 This is version 2.0 of BIC-TCP which uses a cubic growth function
505 tristate "TCP Westwood+"
508 TCP Westwood+ is a sender-side only modification of the TCP Reno
509 protocol stack that optimizes the performance of TCP congestion
512 episode. Using this estimation, TCP Westwood+ adaptively sets a
515 TCP Westwood+ significantly increases fairness wrt TCP Reno in
519 tristate "H-TCP"
522 H-TCP is a send-side only modifications of the TCP Reno
523 protocol stack that optimizes the performance of TCP
525 modeswitch to change the alpha and beta parameters of TCP Reno
527 other Reno and H-TCP flows.
530 tristate "High Speed TCP"
533 Sally Floyd's High Speed TCP (RFC 3649) congestion control.
534 A modification to TCP's congestion control mechanism for use
540 tristate "TCP-Hybla congestion control algorithm"
543 TCP-Hybla is a sender-side only change that eliminates penalization of
549 tristate "TCP Vegas"
552 TCP Vegas is a sender-side only change to TCP that anticipates
553 the onset of congestion by estimating the bandwidth. TCP Vegas
555 window. TCP Vegas should provide less packet loss, but it is
556 not as aggressive as TCP Reno.
559 tristate "TCP NV"
562 TCP NV is a follow up to TCP Vegas. It has been modified to deal with
575 tristate "Scalable TCP"
578 Scalable TCP is a sender-side only change to TCP which uses a
584 tristate "TCP Low Priority"
587 TCP Low Priority (TCP-LP), a distributed algorithm whose goal is
589 ``fair share`` of bandwidth as targeted by TCP.
590 See http://www-ece.rice.edu/networks/TCP-LP/
593 tristate "TCP Veno"
596 TCP Veno is a sender-side only enhancement of TCP to obtain better
597 throughput over wireless networks. TCP Veno makes use of state
599 type. TCP Veno cuts down less congestion window in response to random
604 tristate "YeAH TCP"
608 YeAH-TCP is a sender-side high-speed enabled TCP congestion control
618 tristate "TCP Illinois"
621 TCP-Illinois is a sender-side modification of TCP Reno for
630 tristate "DataCenter TCP (DCTCP)"
654 CAIA Delay-Gradient (CDG) is a TCP congestion control that modifies
655 the TCP sender in order to:
663 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
745 bool "TCP: MD5 Signature Option support (RFC2385)"
749 RFC2385 specifies a method of giving MD5 protection to TCP sessions.