Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use net.IP.Equal in peer.filterPathFromSourcePeer
- Compares IPs using net.IP.Equal instead of using a string comparison in order to avoid unnecessary allocations. - Adds peer.routerID to access IP, called by peer.RouterID.
- Loading branch information