Commit 5d0dbe0f authored by Steven Allen's avatar Steven Allen

fix IsIPLoopback comment

parent fe3aa6e2
...@@ -60,7 +60,7 @@ func IsThinWaist(m ma.Multiaddr) bool { ...@@ -60,7 +60,7 @@ func IsThinWaist(m ma.Multiaddr) bool {
} }
// IsIPLoopback returns whether a Multiaddr is a "Loopback" IP address // IsIPLoopback returns whether a Multiaddr is a "Loopback" IP address
// This means either /ip4/127.*.*.*, /ip6/::1, or /ip6/fe80::1 // This means either /ip4/127.*.*.*, /ip6/::1, or /ip6/::ffff:127.*.*.*.*
func IsIPLoopback(m ma.Multiaddr) bool { func IsIPLoopback(m ma.Multiaddr) bool {
b := m.Bytes() b := m.Bytes()
for _, prefix := range loopbackPrefixes { for _, prefix := range loopbackPrefixes {
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment