Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | move soures to src subdir | Natanael Copa | 2013-08-22 | 1 | -247/+0 |
| | |||||
* | mtu: just ignore uninteresting icmp replies | Timo Teräs | 2012-06-04 | 1 | -1/+2 |
| | | | | | ... we probably get the interesting one later. This is in case there's lot of icmp errors, we otherwise get tricked by those. | ||||
* | mtu: handle pmtu properly | Timo Teras | 2009-03-05 | 1 | -1/+1 |
| | | | | Fix a typo from previous commit to enable handling of pmtu responses. | ||||
* | mtu: rework pmtu detection logic | Timo Teras | 2009-03-05 | 1 | -17/+20 |
| | | | | | | | | | 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. | ||||
* | pingu: cofigurable timeout/retry. default values. invert -d | Natanael Copa | 2009-01-31 | 1 | -1/+1 |
| | | | | | | - make timeout and retry configurable - possible to set default action, timeout and retry values - the -d option means "daemonize" rather than "debug mode". | ||||
* | mtu: a bit more informative usage() | Timo Teras | 2008-12-29 | 1 | -1/+7 |
| | |||||
* | mtu: write discovered mtu to interface mtu | Timo Teras | 2008-12-29 | 1 | -9/+65 |
| | |||||
* | mtu: -I switch | Timo Teras | 2008-12-29 | 1 | -3/+22 |
| | |||||
* | mtu: minor fixups; try harder to traverse nat boxes in mtu inject | Timo Teras | 2008-12-24 | 1 | -3/+7 |
| | |||||
* | mtu: separate icmp functions to new file, mtu discovery | Timo Teras | 2008-12-24 | 1 | -312/+106 |
| | |||||
* | initial commit for mtu discovery | Timo Teras | 2008-12-18 | 1 | -0/+364 |