Home | History | Annotate | Download | only in quic

Lines Matching refs:tcp

60 // Default maximum packet size used in Linux TCP implementations.
70 // Maximum size of the congestion window, in packets, for TCP congestion control
714 kTCP, // Used to mimic TCP.
717 kTCPBBR, // BBR implementation based on TCP congestion feedback.
721 kNack, // Used to mimic TCP's loss detection.
755 CongestionFeedbackMessageTCP tcp;