| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
... we probably get the interesting one later. This is in case
there's lot of icmp errors, we otherwise get tricked by those.
|
|
|
|
| |
Fix a typo from previous commit to enable handling of pmtu responses.
|
|
|
|
|
|
|
|
|
| |
Ok, the earlier method was not good enough: simply getting a PMTU
response cannot be used as final result, since there might be routers
further away with smaller PMTU or a black hole problem.
So we do always a binary search, except the initial guess gets high
MTU and pmtu responses make next guess pmtu sized.
|
|
|
|
|
|
| |
- make timeout and retry configurable
- possible to set default action, timeout and retry values
- the -d option means "daemonize" rather than "debug mode".
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|