libp2p / specs

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

identify/: Don't close connection on protocol version mismatch #360

Closed mxinden closed 3 years ago

mxinden commented 3 years ago

Previous versions of this specification required connections to be closed on version mismatch. This requirement is revoked to allow interoperability between protocol families / networks.

See https://github.com/libp2p/specs/issues/352 for the larger discussion.

Closes https://github.com/libp2p/specs/issues/352.