[go-nuts] Re: Question for "net" package experts

2019-02-14 Thread mikioh . public . networking
> but not really an answer. I was asking if there is some meaning for this value. oh, sorry, i misunderstood your question. the returned value from the network method of the net.addr interface can be used to pass to connection setup and endpoint resolving functions as an argument. at that poin

[go-nuts] Re: Question for "net" package experts

2019-02-14 Thread mikioh . public . networking
the docs on the network method of ipnet mentions "ip+net". -- You received this message because you are subscribed to the Google Groups "golang-nuts" group. To unsubscribe from this group and stop receiving emails from it, send an email to golang-nuts+unsubscr...@googlegroups.com. For more opti

[go-nuts] Re: Missing well-known IPv4 address

2019-02-12 Thread mikioh . public . networking
unlike ipv6, ::1/128, we may use any address in the ipv4 loopback address block 127.0.0.0/8. https://www.iana.org/assignments/iana-ipv4-special-registry/iana-ipv4-special-registry.xhtml perhaps it might be better to keep the standard library away from the folklore like "127.0.0.1 is my address,

Re: [go-nuts] Re: url.parse issue if the first character of a url is a number

2019-02-12 Thread mikioh . public . networking
if you are talking about https://play.golang.org/p/0oIfvatzysI, it's better to file an issue. -- You received this message because you are subscribed to the Google Groups "golang-nuts" group. To unsubscribe from this group and stop receiving emails from it, send an email to golang-nuts+unsubsc