Created attachment 3253 [details] Support IP_PMTUDISC sockopt for setting DF bit. Setting the "Don't Fragment" bit in IP packets on Linux requires use of the IP_PMTUDISC sockopt, instead of IP_DONTFRAG. The attached patch adds support for this socket option.