| Index: net/quic/quic_sent_packet_manager.cc
|
| diff --git a/net/quic/quic_sent_packet_manager.cc b/net/quic/quic_sent_packet_manager.cc
|
| index 829b9cbe99727f154a4896446b5b1f8bb0339a9d..a11b2fdbef3bd09a4189a5cc802263d7448f0128 100644
|
| --- a/net/quic/quic_sent_packet_manager.cc
|
| +++ b/net/quic/quic_sent_packet_manager.cc
|
| @@ -51,10 +51,6 @@ static const size_t kNumMinRttSamplesAfterQuiescence = 2;
|
| // Number of unpaced packets to send after quiescence.
|
| static const size_t kInitialUnpacedBurst = 10;
|
|
|
| -// Fraction of the receive buffer that can be used for encrypted bytes.
|
| -// Allows a 5% overhead for IP and UDP framing, as well as ack only packets.
|
| -static const float kUsableRecieveBufferFraction = 0.95f;
|
| -
|
| bool HasCryptoHandshake(const TransmissionInfo& transmission_info) {
|
| if (transmission_info.retransmittable_frames == nullptr) {
|
| return false;
|
|
|