X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fnet%2Fquic%2Fquic_connection_stats.cc;h=6625c6162cce8ffbabae4b978d4c42fd564cae08;hb=1afa4dd80ef85af7c90efaea6959db1d92330844;hp=7081d0dfba06865a84030292f62701c1bd542d2f;hpb=90762837333c13ccf56f2ad88e4481fc71e8d281;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/net/quic/quic_connection_stats.cc b/src/net/quic/quic_connection_stats.cc index 7081d0d..6625c61 100644 --- a/src/net/quic/quic_connection_stats.cc +++ b/src/net/quic/quic_connection_stats.cc @@ -34,8 +34,6 @@ QuicConnectionStats::QuicConnectionStats() srtt_us(0), max_packet_size(0), estimated_bandwidth(0), - congestion_window(0), - slow_start_threshold(0), packets_reordered(0), max_sequence_reordering(0), max_time_reordering_us(0), @@ -73,8 +71,6 @@ ostream& operator<<(ostream& os, const QuicConnectionStats& s) { << ", srtt(us): " << s.srtt_us << ", max packet size: " << s.max_packet_size << ", estimated bandwidth: " << s.estimated_bandwidth - << ", congestion window: " << s.congestion_window - << ", slow start threshold: " << s.slow_start_threshold << ", tcp_loss_events: " << s.tcp_loss_events << ", packets reordered: " << s.packets_reordered << ", max sequence reordering: " << s.max_sequence_reordering