added todo

This commit is contained in:
Juan Batiz-Benet 2015-01-20 05:51:55 -08:00
parent eae26b653a
commit 98f07b6bcc

1
ip.go
View File

@ -53,6 +53,7 @@ func IsThinWaist(m ma.Multiaddr) bool {
// IsIPLoopback returns whether a Multiaddr is a "Loopback" IP address
// This means either /ip4/127.0.0.1 or /ip6/::1
// TODO: differentiate IsIPLoopback and OverIPLoopback
func IsIPLoopback(m ma.Multiaddr) bool {
b := m.Bytes()