diff options
Diffstat (limited to 'inet')
-rw-r--r-- | inet/netinet/in.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/inet/netinet/in.h b/inet/netinet/in.h index 10dae19d34..e57d9e0457 100644 --- a/inet/netinet/in.h +++ b/inet/netinet/in.h @@ -56,6 +56,7 @@ enum IPPROTO_MTP = 92, /* Multicast Transport Protocol. */ IPPROTO_ENCAP = 98, /* Encapsulation Header. */ IPPROTO_PIM = 103, /* Protocol Independent Multicast. */ + IPPROTO_COMP = 108, /* Compression Header Protocol. */ IPPROTO_RAW = 255, /* Raw IP packets. */ IPPROTO_MAX }; |