http: index peer map by IP and port instead of IP and peer id

This commit is contained in:
Joakim Frostegård 2024-01-24 22:51:53 +01:00
parent 0286d25346
commit 63ae98f67c
3 changed files with 14 additions and 30 deletions

View file

@ -41,6 +41,11 @@
* Support running without TLS
* Support running behind reverse proxy
#### Changed
* Index peers by packet source IP and provided port instead of by source ip
and peer id. This is likely slightly faster.
#### Fixed
* Fix bug where clean up after closing connections wasn't always done