X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;f=src%2Fipv4.h;h=940c239c985737669802aca300d80c34f78369af;hb=a05fa7f88264599a43f9e411287e018259dc22b1;hp=80ab17c506aaa096da22d3af72657490589b10fb;hpb=103543aa2c15d9f1e2aa313a2e593a7524cce484;p=meshlink diff --git a/src/ipv4.h b/src/ipv4.h index 80ab17c5..940c239c 100644 --- a/src/ipv4.h +++ b/src/ipv4.h @@ -45,6 +45,10 @@ #define ICMP_NET_UNREACH 0 #endif +#ifndef ICMP_NET_ANO +#define ICMP_NET_ANO 9 +#endif + #ifndef IP_MSS #define IP_MSS 576 #endif