Skip to content

Commit

Permalink
only generate broadcasts about ourself
Browse files Browse the repository at this point in the history
We no longer need this workaround for the lack of gossip ordering
constraints.
  • Loading branch information
rade committed Dec 27, 2015
1 parent dc80b44 commit 3b518e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mesh/local_peer.go
Expand Up @@ -160,7 +160,7 @@ func (peer *LocalPeer) handleAddConnection(conn Connection) error {
}

peer.router.Routes.Recalculate()
peer.broadcastPeerUpdate(conn.Remote())
peer.broadcastPeerUpdate()

return nil
}
Expand Down

0 comments on commit 3b518e0

Please sign in to comment.