go-ping / ping

ICMP Ping library for Go
MIT License
1.32k stars 344 forks source link

Don't fragment #158

Closed mem closed 1 year ago

mem commented 3 years ago

This PR adds a "don't fragment" option that sets the IPv4 don't fragment flag so that ping fails if the packet exceeds the MTU for the link.

SuperQ commented 3 years ago

This needs a rebase now that #177 is merged.

SuperQ commented 2 years ago

Ping, please rebase.

Cougar commented 2 years ago

Any progress with that? Is that macOS issue the showstopper right now?

SuperQ commented 1 year ago

See https://github.com/go-ping/ping/pull/226