summaryrefslogtreecommitdiffstats
path: root/net/quic/quic_packet_creator.h
diff options
context:
space:
mode:
Diffstat (limited to 'net/quic/quic_packet_creator.h')
-rw-r--r--net/quic/quic_packet_creator.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/net/quic/quic_packet_creator.h b/net/quic/quic_packet_creator.h
index 86a5c0e..8abd49c 100644
--- a/net/quic/quic_packet_creator.h
+++ b/net/quic/quic_packet_creator.h
@@ -69,9 +69,8 @@ class NET_EXPORT_PRIVATE QuicPacketCreator : public QuicFecBuilderInterface {
// Makes the framer not serialize the protocol version in sent packets.
void StopSendingVersion();
- // The overhead the framing will add for a packet with num_frames frames.
+ // The overhead the framing will add for a packet with one frame.
static size_t StreamFramePacketOverhead(
- int num_frames,
QuicGuidLength guid_length,
bool include_version,
QuicSequenceNumberLength sequence_number_length,