Branch: refs/heads/master
Home: https://github.com/btcsuite/btcd
Commit: aa0efa1f3ec03b8d0d77e3b1caf55dfb178dbf07
https://github.com/btcsuite/btcd/commit/aa0efa1f3ec03b8d0d77e3b1caf55dfb178dbf07
Author: Dave Collins <[email protected]>
Date: 2015-11-09 (Mon, 09 Nov 2015)
Changed paths:
M server.go
Log Message:
-----------
server: Allow IPv6 addresses with zone id.
This modifies the IP parsing code to work with IPv6 zone ids. This is
needed since the net.ParseIP function does not allow zone ids even
though net.Listen does.