From: Szabolcs Nagy Date: Mon, 24 Feb 2014 23:28:31 +0000 (+0100) Subject: in.h: new IP_MTU_DISCOVER mode IP_PMTUDISC_INTERFACE X-Git-Tag: v1.0.0~40 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=d82db8550a2fc7ec573b28073317532ec7ca873e;p=oweals%2Fmusl.git in.h: new IP_MTU_DISCOVER mode IP_PMTUDISC_INTERFACE introduced in linux v3.13, 482fc6094afad572a4ea1fd722e7b11ca72022a0 to mitigate dns cache poisoning via fragmentation --- diff --git a/include/netinet/in.h b/include/netinet/in.h index 2e25afeb..ee6e19fb 100644 --- a/include/netinet/in.h +++ b/include/netinet/in.h @@ -217,6 +217,7 @@ uint16_t ntohs(uint16_t); #define IP_PMTUDISC_WANT 1 #define IP_PMTUDISC_DO 2 #define IP_PMTUDISC_PROBE 3 +#define IP_PMTUDISC_INTERFACE 4 #define IP_DEFAULT_MULTICAST_TTL 1 #define IP_DEFAULT_MULTICAST_LOOP 1