We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29ba086 commit b1c7297Copy full SHA for b1c7297
src/internet/model/ipv4-header.h
@@ -58,11 +58,14 @@ class Ipv4Header : public Header
58
public:
59
/**
60
* \enum DscpType
61
- * \brief DiffServ Code Points
62
- * Code Points defined in
63
- * Assured Forwarding (AF) \RFC{2597}
64
- * Expedited Forwarding (EF) \RFC{2598}
65
- * Default and Class Selector (CS) \RFC{2474}
+ * \brief DiffServ codepoints
+ *
+ * The values correspond to the 6-bit DSCP codepoint within the 8-bit
+ * DS field defined in \RFC {2474}. ECN bits are separately set with the
+ * SetEcn() method. Codepoints are defined in
66
+ * Assured Forwarding (AF) \RFC{2597},
67
+ * Expedited Forwarding (EF) \RFC{2598}, and
68
+ * Default and Class Selector (CS) \RFC{2474}.
69
*/
70
enum DscpType
71
{
0 commit comments