CHANGELOG (grammar)
License: MIT Signed-off-by: Steven Allen <steven@stebalien.com>
Steven Allen committed
Oct 28, 2018 at 07:27 UTC
deadbf61d12797f3fd7f4581395d5b90ac507584
1 file changed
+2
-1
CHANGELOG.md
+2
-1
@@ -30,7 +30,8 @@ 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, dropping a single packets affects only the related stream
33
+ handles multiplexing internally, dropping a single packets affects only the
34
+ related stream.
35
* Better NAT traversal: TL;DR: NAT hole-punching is significantly easier and, in
36
many cases, more reliable with UDP than with TCP.
37