| Summary: | traceroute: use setsockopt(IP_MTU_DISCOVER, IP_PMTUDISC_PROBE) w/-F on Linux | ||
|---|---|---|---|
| Product: | Busybox | Reporter: | Kevin Locke <kevin> |
| Component: | Networking | Assignee: | unassigned |
| Status: | NEW --- | ||
| Severity: | enhancement | CC: | busybox-cvs |
| Priority: | P5 | ||
| Version: | 1.18.x | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Linux | ||
| Host: | Target: | ||
| Build: | |||
| Attachments: | Support IP_PMTUDISC sockopt for setting DF bit. | ||
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.