Descriptionnet, cmd/fix: add IPv6 scoped addressing zone to INET, INET6 address structs
This CL starts to introduce IPv6 scoped addressing capability
into the net package.
The Public API changes are:
+pkg net, type IPAddr struct, Zone string
+pkg net, type IPNet struct, Zone string
+pkg net, type TCPAddr struct, Zone string
+pkg net, type UDPAddr struct, Zone string
Update issue 4234.
Patch Set 1 : diff -r fc4e67d82024 https://code.google.com/p/go #Patch Set 2 : diff -r fc4e67d82024 https://code.google.com/p/go #Patch Set 3 : diff -r 40ba4d4e4672 https://code.google.com/p/go #
Total comments: 2
Patch Set 4 : diff -r 40ba4d4e4672 https://code.google.com/p/go #Patch Set 5 : diff -r 40ba4d4e4672 https://code.google.com/p/go #Patch Set 6 : diff -r c4cc7dcc49cb https://code.google.com/p/go #
Total comments: 2
Patch Set 7 : diff -r c200281fac50 https://code.google.com/p/go #
MessagesTotal messages: 12
|