Use IP Protocol 99 - private encryption schemes

This commit is contained in:
Nick Thomas
2013-08-06 21:54:39 +01:00
parent b68a2d6411
commit b215b1a8d7

View File

@@ -5,7 +5,7 @@
#include <netinet/ip.h>
#include <netinet/ip6.h>
#define IPPROTO_HIDE_EID 0xfd
#define IPPROTO_HIDE_EID 99
struct packet {
@@ -45,4 +45,4 @@ int wrap_ipv6_packet(struct rlocs* reg, struct recv_pkt* pkt, struct rsp_data* o
int unwrap_ipv4_packet(struct rlocs* reg, struct recv_pkt* pkt, struct rsp_data* out);
int unwrap_ipv6_packet(struct rlocs* reg, struct recv_pkt* pkt, struct rsp_data* out);
#endif
#endif