CHANGELOG: remove 'use sessions' part
License: MIT Signed-off-by: Steven Allen <steven@stebalien.com>
Steven Allen committed
Oct 28, 2018 at 06:21 UTC
617b0aa88e14f996bf88310ff0ec16c115fb3adc
1 file changed
+1
-9
CHANGELOG.md
+1
-9
@@ -31,14 +31,6 @@ For us, this means (eventually):
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
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,
37
- run out of memory, and crash. Because QUIC is based on UDP and UDP doesn't
38
- have the concept of a "connection", we believe many of these routers simply
39
- won't try to track these QUIC connections, simply forwarding the traffic
40
- instead. This won't be the case for all routers in practice but we're hoping
41
- this will improve the situation somewhat.
34
* Better NAT traversal: TL;DR: NAT hole-punching is significantly easier and, in
35
many cases, more reliable with UDP than with TCP.
36
@@ -305,7 +297,7 @@ Internal:
297
- fix: maketarball.sh for OSX ([ipfs/go-ipfs#5575](https://github.com/ipfs/go-ipfs/pull/5575))
298
- test the correct return value when checking directory size ([ipfs/go-ipfs#5580](https://github.com/ipfs/go-ipfs/pull/5580))
299
- downgrade iptb to a 1.3 patch release ([ipfs/go-ipfs#5596](https://github.com/ipfs/go-ipfs/pull/5596))
308
- - coreapi unixfs: remove Cat, use sessions ([ipfs/go-ipfs#5574](https://github.com/ipfs/go-ipfs/pull/5574))
300
+ - coreapi unixfs: remove Cat ([ipfs/go-ipfs#5574](https://github.com/ipfs/go-ipfs/pull/5574))
301
302
Cleanup:
303
- Fix some weird code in core/coreunix/add.go ([ipfs/go-ipfs#5354](https://github.com/ipfs/go-ipfs/pull/5354))