kubo/net
Juan Batiz-Benet a522a5a532 conn: larger max message.
With the new msgio, we no longer need to bound message sizes for
the sake of buffers. MaxMessageSize should remain though in order
to prevent streaming of huge things. In general, messages shouldn't
be above one MB. This max is now set to 4MB.

If a block happens to be larger, we should split it up.
2014-12-06 11:29:31 -05:00
..
conn conn: larger max message. 2014-12-06 11:29:31 -05:00
handshake implement ipfs id in the new commands library 2014-11-16 16:46:06 -08:00
message peer.Peer is now an interface 2014-10-20 03:26:46 -07:00
mux chore(tests) add Short() -> SkipNow() to slowest tests 2014-11-15 02:10:53 -08:00
service net/service now uses ctxcloser 2014-10-25 21:33:10 -07:00
swarm swarm: try all peer's addresses 2014-11-20 09:14:49 -08:00
interface.go net: expose GetConnections 2014-11-18 00:47:42 -08:00
net_test.go net interface 2014-09-22 04:05:12 -07:00
net.go net: expose GetConnections 2014-11-18 00:47:42 -08:00