Converting to IPv6 (Windows Embedded CE 6.0)

1/6/2010

Because IPv6 and IPv4 will coexist on the Internet, network applications and devices must run without modification and be able to communicate with both IPv4 and IPv6 nodes.

You can add IPv6 capability and still retain IPv4 functionality. Because IPv6 addresses are much larger than IPv4 addresses, you must, when adding IPv6 functionality, ensure that your application defines properly sized data structures. Structures that are hard-coded to store an IPv4 address will cause problems in your application.

The best approach to ensure that your structures are properly sized is to use the SOCKADDR_STORAGE structure. This structure does not rely on a specific IP address version.

For information about creating an application that works with both IPv4 and IPv6, see the document titled IPv6 Guide for Windows Sockets Applications at this Microsoft Web site. This document contains complete, working examples of a simple Windows Sockets application that has been modified to support both IPv6 and IPv4.

For general IPv6 information, go to this Microsoft Web site, and then search for "Microsoft Windows IPv6."

See Also

Tasks

How to Convert an Application from IPv4 to IPv4/IPv6

Concepts

IPv6 Application Development
IPv6 and IPv4 Coexistence
Applications and Services that Support IPv6
How to Set Up and Use an IPv6 Test Lab
TCP/IPv6 Configurable Registry Settings

Other Resources

TCP/IP