mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-03-31 09:45:31 +00:00
udp: index peers by packet src ip and provided port instead of peer_id
This commit is contained in:
parent
df13ae9399
commit
0eaa4475e2
4 changed files with 27 additions and 27 deletions
8
TODO.md
8
TODO.md
|
|
@ -3,8 +3,12 @@
|
|||
## High priority
|
||||
|
||||
* aquatic_bench
|
||||
* Check if opentracker is slow to get up to speed, adjust bencher
|
||||
* Maybe investigate aquatic memory use
|
||||
* Opentracker "slow to get up to speed", is it due to getting faster once
|
||||
inserts are rarely needed since most ip-port combinations have been sent?
|
||||
In that case, a shorter duration (e.g., 30 seconds) would be a good idea.
|
||||
* Maybe investigate aquatic memory use.
|
||||
* Would it use significantly less memory to store peers in an ArrayVec if
|
||||
there are only, say, 2 of them?
|
||||
|
||||
* CI transfer test
|
||||
* add HTTP without TLS
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue