weaveworks / mesh

A tool for building distributed applications.
Apache License 2.0
889 stars 107 forks source link

Detect peer name collisions #51

Closed brb closed 8 years ago

brb commented 8 years ago

This PR adds a machinery for detecting Peer names collision during the handshake. In the case of the collision, we log the error and close the connection without trying to reestablish it.

peterbourgon commented 8 years ago

LGTM. If you rebase on master, the build failure should go away.

brb commented 8 years ago

Done. PTAL.

peterbourgon commented 8 years ago

LGTM! (Mesh is author merges policy.)