Fix a case when the initial rtt could be 0 when the client tries to
commitfc97ab64f59827a7438bc04ba57175edbdc45c34
authorrtenneti <rtenneti@chromium.org>
Tue, 11 Nov 2014 22:17:49 +0000 (11 14:17 -0800)
committerCommit bot <commit-bot@chromium.org>
Tue, 11 Nov 2014 22:18:54 +0000 (11 22:18 +0000)
treeb511dd36445dc81b76e0f7a219df5cc69b9a848c
parent36ffc47612b07a3d74467ae56bbbb48d256d0361
Fix a case when the initial rtt could be 0 when the client tries to
use 0 in QuicConfig.  Also ensures the initail_rtt is always at least
15ms.

Merge internal change: 79686080
BUG=431658
R=rch@chromium.org

Review URL: https://codereview.chromium.org/714143005

Cr-Commit-Position: refs/heads/master@{#303732}
net/quic/quic_protocol.h
net/quic/quic_sent_packet_manager.cc
net/quic/quic_time.h
net/tools/quic/end_to_end_test.cc