m-lab / traceroute-caller

A sidecar service which runs traceroute after a connection closes
Apache License 2.0
18 stars 5 forks source link

Increase scamper's number of packets per second to send #106

Closed SaiedKazemi closed 3 years ago

SaiedKazemi commented 3 years ago

We have recently noticed that the majority of traceroutes have been timing out: https://github.com/m-lab/traceroute-caller/issues/102. This commit sets PPS to send to its allowed maximum value of 10,000 as suggested by Matthew Luckie.


This change is Reviewable

coveralls commented 3 years ago

Pull Request Test Coverage Report for Build 232


Files with Coverage Reduction New Missed Lines %
tracer/scamper.go 2 98.69%
<!-- Total: 2 -->
Totals Coverage Status
Change from base Build 222: -0.4%
Covered Lines: 555
Relevant Lines: 557

💛 - Coveralls