Page 1 of 1

Socket Connections with ipv4 sockets running out!!!!!!!!!!

Posted: Fri Feb 04, 2011 4:11 pm
by Mike Buckler
The last of the ipv4 ip address where handed out today Read -
http://news.cnet.com/8301-30685_3-20030482-264.html

Once the ip4 addresses are all issued our socket programs will no longer work.
They expect all of the ipv4 addresses to be issued within the next 6 months.
If you have a need for socket programming you will need ipv6 protocol.

We need an ipv6 interface.
Thanks Mike

Re: Socket Connections with ipv4 sockets running out!!!!!!!!!!

Posted: Fri Feb 04, 2011 4:32 pm
by Mike Buckler
http://msdn.microsoft.com/en-us/library ... s.85).aspx
http://msdn.microsoft.com/en-us/library ... s.85).aspx
I found this windows c code for ipv6 could someone make our socket's programming sense ipv4 / ipv6 connection
so we are ready for ipv6 sockets.
Thanks Mike