udp: add ConnectionValidator.update_elapsed, call regularly

This is faster than doing it for each request
This commit is contained in:
Joakim Frostegård 2024-02-10 22:47:00 +01:00
parent 94247b8e35
commit 680da048b8
4 changed files with 25 additions and 17 deletions

View file

@ -2,9 +2,6 @@
## High priority
* udp
* make ConnectionValidator faster by avoiding calling time functions so often
## Medium priority
* stagger cleaning tasks?