Created attachment 165422 [details] update scamper to 20141211d update scamper to 20141211d From https://mailman.caida.org/pipermail/scamper-announce/2016-January/000006.html scamper: * fix memory leak when receiving TCP responses in tracelb. * do not use the global address cache in tracelb: use a local one. * in qsort with 3-way partition, do not compare items against themselves. * improve performance of warts_addr_t code * use calloc instead of malloc() -> memset(0) on systems where calloc is available. * do not use the global address cache in ping: most responses are either from the destination, or from the same IP address, so optimize for that.
A commit references this bug: Author: wen Date: Tue Jan 12 08:24:38 UTC 2016 New revision: 405837 URL: https://svnweb.freebsd.org/changeset/ports/405837 Log: - Update to 20141211d PR: 206148 Submitted by: mjl@luckie.org.nz(maintainer) Changes: head/net/scamper/Makefile head/net/scamper/distinfo