Converting C++ TCP/IP applications from IPv4 to IPv6. Difficult? Worth the trouble?

前端 未结 4 2090
闹比i
闹比i 2021-01-30 14:42

Over the years I\'ve developed a small mass of C++ server/client applications for Windows using WinSock (Routers, Web/Mail/FTP Servers, etc... etc...).

I’m starting to t

4条回答
  •  青春惊慌失措
    2021-01-30 15:13

    Look at the change logs of some of the open source projects that have implemented IPv6. Most of it is Unix code but Winsock is very similar to BSD sockets.

    Exim, Courier, Squid, Apache, BIND DNS are some places to start looking.

提交回复
热议问题