Home | History | Annotate | Download | only in quic

Lines Matching refs:network_stats

993     HttpServerProperties::NetworkStats network_stats;
994 network_stats.srtt = base::TimeDelta::FromMicroseconds(stats.srtt_us);
995 network_stats.bandwidth_estimate = stats.estimated_bandwidth;
997 network_stats);