lnd.xprv/brontide
Olaoluwa Osuntokun 767c550d65
brontide: implement message chunking for the net.Conn implementation
This commit implements message chunking within the implementation of
net.Conn which implements our initial handshake, then uses the crypto
to read/write messages.

With this change it’s now possible to send message larger than 65535
bytes over a p2p crypto connection by properly chunking the messages on
the side of the connection that’s writing.
2016-11-07 19:45:06 -08:00
..
conn.go brontide: implement message chunking for the net.Conn implementation 2016-11-07 19:45:06 -08:00
listener.go brontide: an authenticated key agreement protocol in three acts 2016-10-17 19:41:29 -07:00
noise_test.go brontide: implement message chunking for the net.Conn implementation 2016-11-07 19:45:06 -08:00
noise.go brontide: modify the max payload length to be 65535 bytes total 2016-11-07 18:50:26 -08:00