| Index: net/quic/quic_protocol.h
|
| diff --git a/net/quic/quic_protocol.h b/net/quic/quic_protocol.h
|
| index 11ad238399be11d134ebb32f2c4f260b96c60540..1039cd1cb84ed2d2018fdd99822bdf22e4e61b92 100644
|
| --- a/net/quic/quic_protocol.h
|
| +++ b/net/quic/quic_protocol.h
|
| @@ -279,8 +279,8 @@ enum QuicVersion {
|
| QUIC_VERSION_15 = 15, // Revived packets in ReceivedPacketInfo.
|
| QUIC_VERSION_16 = 16, // STOP_WAITING frame.
|
| QUIC_VERSION_18 = 18, // PING frame.
|
| - QUIC_VERSION_19 = 19, // Session level flow control.
|
| - QUIC_VERSION_20 = 20, // Independent stream/session flow control windows.
|
| + QUIC_VERSION_19 = 19, // Connection level flow control.
|
| + QUIC_VERSION_20 = 20, // Independent stream/connection flow control windows.
|
| QUIC_VERSION_21 = 21, // Headers/crypto streams are flow controlled.
|
| };
|
|
|
|
|