mirror of
https://github.com/ipfs/kubo.git
synced 2026-02-25 20:37:53 +08:00
CHANGELOG: finish QUIC changelog item
License: MIT Signed-off-by: Łukasz Magiera <magik6k@gmail.com>
This commit is contained in:
parent
95af6a8e0c
commit
399d594ab9
@ -30,7 +30,7 @@ For us, this means (eventually):
|
||||
* Behaves better on lossy networks. When multiplexing multiple requests over a
|
||||
single TCP connection, a single dropped packet will bring the entire
|
||||
connection to a halt while the packet is re-transmitted. However, because QUIC
|
||||
handles multiplexing internally, parallel requests can...
|
||||
handles multiplexing internally, dropping a single packets affects only the related stream
|
||||
* Better home router behavior (hopefully). Currently, IPFS can crash buggy
|
||||
end-user routers simply by opening too many connections. We believe this is
|
||||
happening because many home routers try to track every single open connection,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user