CHANGELOG: finish QUIC changelog item

License: MIT
Signed-off-by: Łukasz Magiera <magik6k@gmail.com>
This commit is contained in:
Łukasz Magiera 2018-10-27 05:09:10 -07:00 committed by Steven Allen
parent 95af6a8e0c
commit 399d594ab9

View File

@ -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,