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

Unified Diff: src/internet/model/tcp-option.h

Issue 299130043: TCP SACK + SACK emulation
Patch Set: Fixed NextSeg Created 7 years, 3 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/doc/tcp.rst ('k') | src/internet/model/tcp-option.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/internet/model/tcp-option.h
diff --git a/src/internet/model/tcp-option.h b/src/internet/model/tcp-option.h
index 79d95f8d36fbe77b893139e2034bc3204194af3f..36f5a9a82e7cbf26c2702c4955fddfb19d2b4087 100644
--- a/src/internet/model/tcp-option.h
+++ b/src/internet/model/tcp-option.h
@@ -54,12 +54,14 @@ public:
{
// Remember to extend IsKindKnown() with new value, when adding values here
//
- END = 0, //!< END
- NOP = 1, //!< NOP
- MSS = 2, //!< MSS
- WINSCALE = 3, //!< WINSCALE
- TS = 8, //!< TS
- UNKNOWN = 255 //!< not a standardized value; for unknown recv'd options
+ END = 0, //!< END
+ NOP = 1, //!< NOP
+ MSS = 2, //!< MSS
+ WINSCALE = 3, //!< WINSCALE
+ SACKPERMITTED = 4, //!< SACKPERMITTED
+ SACK = 5, //!< SACK
+ TS = 8, //!< TS
+ UNKNOWN = 255 //!< not a standardized value; for unknown recv'd options
};
/**
« no previous file with comments | « src/internet/doc/tcp.rst ('k') | src/internet/model/tcp-option.cc » ('j') | no next file with comments »

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