GLBasic forum

Main forum => Announcements => Topic started by: Kitty Hello on 2011-Jun-08

Title: IPV6 day
Post by: Kitty Hello on 2011-Jun-08
GLBasic can now be reached from an IPV6 address. Can anyone confirm that this is working properly? Also the main page?
http://drshiver.glbasic.com (http://drshiver.glbasic.com) <-- does this work as well?
Title: Re: IPV6 day
Post by: blackway on 2011-Jun-09
Works good!
Cheers
Title: Re: IPV6 day
Post by: erico on 2011-Jun-09
...strangely it works for me too, it gives me shivers!
Title: Re: IPV6 day
Post by: MrTAToad on 2011-Jun-09
Will you be updating the networking commands to cope with IP6 too ?  :P
Title: Re: IPV6 day
Post by: Kitty Hello on 2011-Jun-09
Yes, sure. I have to see how to make that, though.
Try IPv6 in the first place? Or make new commands? Or: SOCK_SETIPVER 6 / 4?
Title: Re: IPV6 day
Post by: bigsofty on 2011-Jun-09
Works fine, is it just me or is it faster when looking up DNS?

Just one command that tries IPV6/4 depending on address format?
Title: Re: IPV6 day
Post by: MrTAToad on 2011-Jun-09
I dont see the point of new commands - could just use a command to select between IP4 and IP6
Title: Re: IPV6 day
Post by: Kitty Hello on 2011-Jun-09
problem is: When you connect to www.glbasic.com, you can do that with ipv4 _or_ ipv6.
Title: Re: IPV6 day
Post by: MrTAToad on 2011-Jun-09
Perhaps automatically try IP6 first and if that doesn't work then revert to IP4 ?
Title: Re: IPV6 day
Post by: Kitty Hello on 2011-Jun-10
might add a small delay for ipv4 apps.
Title: Re: IPV6 day
Post by: erico on 2011-Jun-10
I guess disabling IPv4 and leaving ipv 6 on from my protocol list automatically forces my connections to be ipv6 only right?