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

Unified Diff: net/tools/quic/test_tools/quic_test_client.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/tools/quic/quic_simple_server_stream_test.cc ('k') | net/tools/quic/test_tools/quic_test_client.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/tools/quic/test_tools/quic_test_client.h
diff --git a/net/tools/quic/test_tools/quic_test_client.h b/net/tools/quic/test_tools/quic_test_client.h
index 6dc3ea5e8d5e262de535dcd08edb8c04af071b1e..93cc38573a3ff2b1287d11c0c062fcd72a99a859 100644
--- a/net/tools/quic/test_tools/quic_test_client.h
+++ b/net/tools/quic/test_tools/quic_test_client.h
@@ -185,10 +185,6 @@ class QuicTestClient : public test::SimpleClient,
void set_priority(SpdyPriority priority) { priority_ = priority; }
- // Sets client's FEC policy. This policy applies to the data stream(s), and
- // also to the headers and crypto streams.
- void SetFecPolicy(FecPolicy fec_policy);
-
void WaitForWriteToFlush();
EpollServer* epoll_server() { return &epoll_server_; }
@@ -265,8 +261,6 @@ class QuicTestClient : public test::SimpleClient,
bool auto_reconnect_;
// Should we buffer the response body? Defaults to true.
bool buffer_body_;
- // FEC policy for data sent by this client.
- FecPolicy fec_policy_;
// When true allows the sending of a request to continue while the response is
// arriving.
bool allow_bidirectional_data_;
« no previous file with comments | « net/tools/quic/quic_simple_server_stream_test.cc ('k') | net/tools/quic/test_tools/quic_test_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698