| Index: net/quic/quic_flags.cc
|
| diff --git a/net/quic/quic_flags.cc b/net/quic/quic_flags.cc
|
| index cdb189625944293ca2d2305d70bb922513d19d80..3da999bccef91401dbb8c2666de7aa3dbd58b3b6 100644
|
| --- a/net/quic/quic_flags.cc
|
| +++ b/net/quic/quic_flags.cc
|
| @@ -53,9 +53,6 @@ bool FLAGS_quic_do_path_mtu_discovery = true;
|
| // packet's parsing to complete.
|
| bool FLAGS_quic_process_frames_inline = true;
|
|
|
| -// If true, client IP migration is allowed in QUIC.
|
| -bool FLAGS_quic_allow_ip_migration = true;
|
| -
|
| // Estimate that only 60% of QUIC's receive buffer is usable as opposed to 95%.
|
| bool FLAGS_quic_use_conservative_receive_buffer = true;
|
|
|
|
|