767c550d65
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. |
||
---|---|---|
.. | ||
conn.go | ||
listener.go | ||
noise_test.go | ||
noise.go |