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

Unified Diff: src/internet/model/ipv6-queue-disc-item.h

Issue 328360043: Patch for PiSquareQueueDisc with CoupledAQM Support
Patch Set: Created 6 years, 7 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/model/ipv4-queue-disc-item.cc ('k') | src/internet/model/ipv6-queue-disc-item.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/internet/model/ipv6-queue-disc-item.h
===================================================================
--- a/src/internet/model/ipv6-queue-disc-item.h
+++ b/src/internet/model/ipv6-queue-disc-item.h
@@ -82,6 +82,12 @@
*/
virtual bool Mark (void);
+ /**
+ * \brief Determines if the packet is of L4S traffic by checking it's ECN_ECT1 bit
+ * \Returns true if the packet is of L4S traffic, false otherwise
+ */
+ virtual bool IsL4S (void);
+
private:
/**
* \brief Default constructor
« no previous file with comments | « src/internet/model/ipv4-queue-disc-item.cc ('k') | src/internet/model/ipv6-queue-disc-item.cc » ('j') | no next file with comments »

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