summaryrefslogtreecommitdiff
path: root/net/scamper
AgeCommit message (Collapse)AuthorFilesLines
2007-07-08Reset maintainer, rpaulo resigned.wiz1-2/+2
2006-04-20Update to cvs version 20060331, from Matthew Luckie <mjl@luckie.org.nz>.rpaulo9-115/+6
The significant change is the incorporation of pkgsrc DragonFly patches. Thanks to Joerg for this.
2006-02-24Add DragonFly support. Use kqueue also on NetBSD.joerg8-1/+110
2006-02-03Update to version 20051128.rpaulo2-6/+6
2005-12-05Fixed pkglint warnings. The warnings are mostly quoting issues, forrillig1-2/+2
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some other changes are outlined in http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
2005-11-02Require IPv6 support via the options framework.tv1-1/+6
2005-09-29scamper is a program that conducts traceroute to large numbers of IPv4rpaulo4-0/+36
and IPv6 addresses in parallel to fill a specified packets-per-second rate. scamper can do ICMP based Path MTU discovery. scamper starts with the outgoing interface's MTU and discovers the location of PMTU bottlenecks. Recent revision of scamper do a PMTU search when an ICMP fragmentation required message is not returned to establish the PMTU to the next point in the network, followed by a TTL limited search to infer the hop where failure appears to occur. Reviewed by Johnny Lam.