mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-03-31 17:55:36 +00:00
http: index peer map by IP and port instead of IP and peer id
This commit is contained in:
parent
0286d25346
commit
63ae98f67c
3 changed files with 14 additions and 30 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue