You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are fewer UDP errors as I expected. However, I don't know why the connection requests graph seems to follow error graphs. Why are connections decreasing when we ban IPs because they send wrong connection IDs? That means clients make a connection request but do not send the right one in the following announce/scrape requests. But error since to be equally distributed between:
cookie value is expired
cookie value is from future
If the problem is that clients are reusing the same connection ID for too long, we will only have cookie value is expired errors.
Maybe after running this experiment #29 we can know more.
The good thing is apparently the number of announce requests handled on average has increased a little bit. Maybe because we are not wasting resources sending the error response to "bad" clients.
Relates to:
IP bans were increased from 120 seconds to 1 hour.
IPs are banned when they send more than 10 requests with the wrong connection ID.
You can see grafana dashboard before this change here.
The change was merged here at 2024-12-19 12:26 UTC.
We were banning 100 req/sec on average. I will run the tracker with the new configuration for hours to compare it with the previous data.
The text was updated successfully, but these errors were encountered: