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 26, 2015
1 parent 44b258a commit 9e54c7d
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 9e54c7d

Please sign in to comment.