libp2p / specs

Technical specifications for the libp2p networking stack
https://libp2p.io
1.56k stars 273 forks source link

plaintext: Clarify only handshake messages being framed #295

Closed mxinden closed 3 years ago

mxinden commented 4 years ago

Make clear that only the plaintext protocol handshake messages are length prefixed, not the actual user level data send via a negotiated plaintext protocol connection.

See https://github.com/libp2p/rust-libp2p/issues/1760 for details.

mxinden commented 4 years ago

@raulk thanks for the suggestions. Would you mind taking another look?

mxinden commented 3 years ago

@raulk friendly ping. Is this ready to be merged?