Index: net/quic/quic_protocol.cc |
diff --git a/net/quic/quic_protocol.cc b/net/quic/quic_protocol.cc |
index 32c5c31fda3581d673046ea8acc8ed36e4bae692..0f92e457eb948954ff551cefb4c799d764a053bc 100644 |
--- a/net/quic/quic_protocol.cc |
+++ b/net/quic/quic_protocol.cc |
@@ -525,6 +525,10 @@ ostream& operator<<(ostream& os, |
os << " receive_window: " << tcp.receive_window; |
break; |
} |
+ case kTCPBBR: { |
+ LOG(DFATAL) << "TCPBBR is not yet supported."; |
+ break; |
+ } |
} |
return os; |
} |