Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(625)

Unified Diff: net/quic/test_tools/quic_packet_creator_peer.h

Issue 1784903003: Remove FEC from send path. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@114770052
Patch Set: Restore accidentally removed OnRttChanged call Created 4 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « net/quic/test_tools/quic_connection_peer.cc ('k') | net/quic/test_tools/quic_packet_creator_peer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/quic/test_tools/quic_packet_creator_peer.h
diff --git a/net/quic/test_tools/quic_packet_creator_peer.h b/net/quic/test_tools/quic_packet_creator_peer.h
index cc17ca931de1012b0740511d2af311b21a85c2fd..6849c1f1bd1ea9ad2ff1b87a5a40f38821d43291 100644
--- a/net/quic/test_tools/quic_packet_creator_peer.h
+++ b/net/quic/test_tools/quic_packet_creator_peer.h
@@ -36,8 +36,6 @@ class QuicPacketCreatorPeer {
QuicPacketCreator* creator);
static void SetPacketNumber(QuicPacketCreator* creator, QuicPacketNumber s);
static void FillPacketHeader(QuicPacketCreator* creator,
- QuicFecGroupNumber fec_group,
- bool fec_flag,
QuicPacketHeader* header);
static size_t CreateStreamFrame(QuicPacketCreator* creator,
QuicStreamId id,
@@ -46,21 +44,10 @@ class QuicPacketCreatorPeer {
QuicStreamOffset offset,
bool fin,
QuicFrame* frame);
- static bool IsFecProtected(QuicPacketCreator* creator);
- static bool IsFecEnabled(QuicPacketCreator* creator);
- static void StartFecProtectingPackets(QuicPacketCreator* creator);
- static void StopFecProtectingPackets(QuicPacketCreator* creator);
- static void SerializeFec(QuicPacketCreator* creator,
- char* buffer,
- size_t buffer_len);
static SerializedPacket SerializeAllFrames(QuicPacketCreator* creator,
const QuicFrames& frames,
char* buffer,
size_t buffer_len);
- static void ResetFecGroup(QuicPacketCreator* creator);
- static QuicTime::Delta GetFecTimeout(QuicPacketCreator* creator);
- // TODO(rtenneti): Delete this code after the 0.25 RTT FEC experiment.
- static float GetRttMultiplierForFecTimeout(QuicPacketCreator* creator);
static EncryptionLevel GetEncryptionLevel(QuicPacketCreator* creator);
static QuicPathId GetCurrentPath(QuicPacketCreator* creator);
« no previous file with comments | « net/quic/test_tools/quic_connection_peer.cc ('k') | net/quic/test_tools/quic_packet_creator_peer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698