]> Sergey Matveev's repositories - btrtrc.git/commitdiff
connection.remoteIpPort is correct
authorMatt Joiner <anacrolix@gmail.com>
Sun, 4 Nov 2018 05:59:06 +0000 (16:59 +1100)
committerMatt Joiner <anacrolix@gmail.com>
Sun, 4 Nov 2018 10:15:51 +0000 (21:15 +1100)
connection.go

index bcbc5bb53841e8950900cb7be35606328266c33a..2b35ef4dc1ae3d4888504687fafbfa279db6a739 100644 (file)
@@ -1551,7 +1551,6 @@ func (c *connection) remoteIp() net.IP {
        return c.remoteAddr.IP
 }
 
-// ???
 func (c *connection) remoteIpPort() ipPort {
        return c.remoteAddr
 }