]> git.meshlink.io Git - meshlink/blobdiff - src/ipv4.h
Merge branch 'master' of git://tinc-vpn.org/tinc into 1.1
[meshlink] / src / ipv4.h
index 940c239c985737669802aca300d80c34f78369af..57d236d33115f901ce2087834917b4214bf42826 100644 (file)
 #define ICMP_NET_UNKNOWN 6
 #endif
 
+#ifndef ICMP_TIME_EXCEEDED
+#define ICMP_TIME_EXCEEDED 11
+#endif
+
+#ifndef ICMP_EXC_TTL
+#define ICMP_EXC_TTL 0
+#endif
+
 #ifndef ICMP_NET_UNREACH
 #define ICMP_NET_UNREACH 0
 #endif