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

前端 未结 4 2054
闹比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:20

    Ulrich Drepper, the maintainer of glibc, has a good article on the topic,

    http://people.redhat.com/drepper/userapi-ipv6.html

    But don't forget Richard Steven's book, Unix Network Programming, Volume 1: The Sockets Networking API for good practice.

提交回复
热议问题