Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NTP measurement may trigger NTP server rate limiting #114

Open
AtlasMUC opened this issue Oct 23, 2024 · 0 comments
Open

NTP measurement may trigger NTP server rate limiting #114

AtlasMUC opened this issue Oct 23, 2024 · 0 comments

Comments

@AtlasMUC
Copy link

Re-raising RIPE-NCC/ripe-atlas-probe-measurements#17 here, now that the measurement code has been integrated directly into this repository, but the measurements as such have not been changed in the process.

When the NTP measurement sends more than one NTP request packet in one measurement execution (the default is to send three packets), the second and further request packets are sent as soon as a response to the previous request has been received, i.e., typically within way less than a second. This violates at least one implementation's default rate limiting settings ("guard time"). As a result, only the first request yields any useful data. The second request typically elicits a RATE KoD response, further requests are typically ignored by the server.

I hereby raise the suggestion to space sending of requests within one measurement execution by at least two seconds, perhaps a bit more to be on the safe side, and to potentially make this a user-configurable setting.

I am sorry I don't understand enough of the probe's measurement code to propose specific code changes myself.

2024-04-17_ripe-atlas-probe-triggers-RATE.txt

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant