internet: Clarify DSCP codepoint value (Doxygen)

This commit is contained in:
Tom Henderson
2019-10-11 13:09:27 -07:00
parent 29ba0867b0
commit b1c7297f94

View File

@@ -58,11 +58,14 @@ public:
public:
/**
* \enum DscpType
* \brief DiffServ Code Points
* Code Points defined in
* Assured Forwarding (AF) \RFC{2597}
* Expedited Forwarding (EF) \RFC{2598}
* 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
* Assured Forwarding (AF) \RFC{2597},
* Expedited Forwarding (EF) \RFC{2598}, and
* Default and Class Selector (CS) \RFC{2474}.
*/
enum DscpType
{