CHANGELOG: finish QUIC changelog item
License: MIT Signed-off-by: Łukasz Magiera <magik6k@gmail.com>
Łukasz Magiera committed
Oct 27, 2018 at 05:09 UTC
399d594ab975fdca7933dc8f87cc764ebde8673f
1 file changed
+1
-1
CHANGELOG.md
+1
-1
@@ -30,7 +30,7 @@ For us, this means (eventually):
30
* Behaves better on lossy networks. When multiplexing multiple requests over a
31
single TCP connection, a single dropped packet will bring the entire
32
connection to a halt while the packet is re-transmitted. However, because QUIC
33
- handles multiplexing internally, parallel requests can...
33
+ handles multiplexing internally, dropping a single packets affects only the related stream
34
* Better home router behavior (hopefully). Currently, IPFS can crash buggy
35
end-user routers simply by opening too many connections. We believe this is
36
happening because many home routers try to track every single open connection,