| Index: net/quic/core/quic_flags.cc
|
| diff --git a/net/quic/core/quic_flags.cc b/net/quic/core/quic_flags.cc
|
| index 3df6605f3bbfeb4555252d96798b68d04276f03b..5b7e208e18f13c0cc3fc940d369a04b9c1368438 100644
|
| --- a/net/quic/core/quic_flags.cc
|
| +++ b/net/quic/core/quic_flags.cc
|
| @@ -139,6 +139,10 @@ bool FLAGS_quic_remove_obsolete_forward_secure = false;
|
| // too large.
|
| bool FLAGS_quic_close_connection_on_packet_too_large = true;
|
|
|
| +// Use GetLeastUnacked when updating the packet number length, instead of
|
| +// GetLeastPacketAwaitedByPeer.
|
| +bool FLAGS_quic_least_unacked_packet_number_length = true;
|
| +
|
| // If true, close the write side of a QUIC spdy stream when all queued bytes
|
| // have been written and a FIN has been sent.
|
| bool FLAGS_quic_close_stream_after_writing_queued_data = false;
|
|
|