Skip to content

Commit

Permalink
options/posix: Define IPTOS_CLASS_CS0
Browse files Browse the repository at this point in the history
  • Loading branch information
Dennisbonke committed Jun 2, 2024
1 parent c937b61 commit 3a82221
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions options/posix/include/netinet/ip.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ extern "C" {
#define IPTOS_RELIABILITY 0x04
#define IPTOS_LOWCOST 0x02
#define IPTOS_MINCOST IPTOS_LOWCOST
#define IPTOS_CLASS_CS0 0x00
#define IPTOS_CLASS_CS4 0x80
#define IPTOS_CLASS_CS6 0xC0

Expand Down

0 comments on commit 3a82221

Please sign in to comment.