News:

Masm32 SDK description, downloads and other helpful links
Message to All Guests

Main Menu

IPv6 structures missing?

Started by pcMike, November 15, 2017, 10:21:32 AM

Previous topic - Next topic

jj2007

Hi six_L,

Your code builds fine, and the server is listening, but the client is stuck at
   INVOKE connect, sock, ADDR _addr, sizeof _addr

After a while, a MsgBox "can't establish a connection" appears. Is that expected behaviour?

six_L

svr_ipv6 db "fe80::cdff:9f34:d69:7323%11",0
modify your ipv6.
Say you, Say me, Say the codes together for ever.

aw27

It will be valid until next reboot because these are not static.
The best will be to use a name and resolve it.