Re: [go-nuts] Problem with Net UDP (ipv6) client socket

2017-05-08 Thread Jean de Klerk
Has there been resolution on this? I get this error now and then, too. On Tuesday, August 2, 2016 at 12:25:09 PM UTC-6, Jakob Borg wrote: > > > On 2 aug. 2016, at 15:19, CN47 > wrote: > > I'm working on an API that should connect via IPv4 and Ipv6 to a server > via UDP packets and send/receive in

Re: [go-nuts] Problem with Net UDP (ipv6) client socket

2016-08-02 Thread Jakob Borg
> On 2 aug. 2016, at 15:19, CN47 wrote: > > I'm working on an API that should connect via IPv4 and Ipv6 to a server via > UDP packets and send/receive information to/from that server. > > Please see the below example. This seems to work even though I've specified > "udp" and not "udp6" (Both

[go-nuts] Problem with Net UDP (ipv6) client socket

2016-08-02 Thread CN47
I'm working on an API that should connect via IPv4 and Ipv6 to a server via UDP packets and send/receive information to/from that server. Please see the below example. This seems to work even though I've specified "udp" and not "udp6" (Both server and client address are local to a network) pack