ch4
Last updated
Was this helpful?
use getaddrinfo() to get all the struct sockaddr info
Change AF_INET to AF_INET6. Change PF_INET to PF_INET6.
Change INADDR_ANY assignments to in6addr_any assignments
Instead of inet_aton() or inet_addr(),use inet_pton()
inet_ntoa(),use inet_ntop()
etc...
Last updated
Was this helpful?
Was this helpful?