Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(2690)

Unified Diff: src/internet/test/tcp-general-test.h

Issue 314790043: Phase 2: ECN implementation for TCP (Closed)
Patch Set: Incorporated corrections and added more cases in tcp-ecn-test Created 6 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/internet/test/tcp-ecn-test.cc ('k') | src/internet/test/tcp-general-test.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/internet/test/tcp-general-test.h
===================================================================
--- a/src/internet/test/tcp-general-test.h
+++ b/src/internet/test/tcp-general-test.h
@@ -569,6 +569,14 @@
*/
void SetInitialCwnd (SocketWho who, uint32_t initialCwnd);
+
+ /**
+ * \brief Forcefully set the ecn mode on
+ *
+ * \param who socket to force
+ */
+ void SetEcn (SocketWho who);
+
/**
* \brief Forcefully set the initial ssth
*
« no previous file with comments | « src/internet/test/tcp-ecn-test.cc ('k') | src/internet/test/tcp-general-test.cc » ('j') | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b