Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
correction in tcp-ecn-test.cc comment
change sender on and sender off to sender on and receiver off
  • Loading branch information
ajupazhamayil authored Dec 13, 2018
commit d9f63e23b0db9bcc5af295bf06a086acbf5dbd29
2 changes: 1 addition & 1 deletion src/internet/test/tcp-ecn-test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ NS_LOG_COMPONENT_DEFINE ("TcpEcnTestSuite");
*
* \brief checks if ECT, CWR and ECE bits are set correctly in different scenarios
*
* This test suite will run four combinations of enabling ECN (sender off and receiver off; sender on and sender off;
* This test suite will run four combinations of enabling ECN (sender off and receiver off; sender on and receiver off;
* sender off and receiver on; sender on and receiver on;) and checks that the TOS byte of eventual packets transmitted
* or received have ECT, CWR, and ECE set correctly (or not). It also checks if congestion window is being reduced by half
* only once per every window on receipt of ECE flags
Expand Down