Home | History | Annotate | Download | only in socket

Lines Matching full:tcp

141   // When doing reads from the socket, we try to mirror TCP's slow start.
263 base::StatsCounter connects("tcp.connect");
544 base::StatsCounter read_bytes("tcp.read_bytes");
574 base::StatsCounter writes("tcp.writes");
596 base::StatsCounter write_bytes("tcp.write_bytes");
666 // enabled, if a partial packet has been sent, the TCP stack will disallow
691 // Enable TCP Keep-Alive to prevent NAT routers from timing out TCP
695 1, // TCP keep-alive on.
696 45000, // Wait 45s until sending first TCP keep-alive packet.
697 45000, // Wait 45s between sending TCP keep-alive packets.
703 DCHECK(!rv) << "Could not enable TCP Keep-Alive for socket: " << socket_
706 // Disregard any failure in disabling nagle or enabling TCP Keep-Alive.
798 base::StatsCounter read_bytes("tcp.read_bytes");
829 base::StatsCounter write_bytes("tcp.write_bytes");