Valhalla Legends Forums Archive | General Programming | AF_INET

AuthorMessageTime
MoNksBaNe_Agahnim
when you are doing [sockaddr.sin_family] -- what is AF_INET? i am read on www.msdn.com that you have to always have sin_family equal to it, but has that changed and what exactly is it and does it do?
November 17, 2003, 10:58 PM
St0rm.iD
It says you want to use the Internet Protocol (IP).
November 17, 2003, 11:34 PM
Adron
Look for sockaddr_in vs sockaddr_ipx - the address family is the common member of the sockaddr structures, telling you which particular substructure you have.
November 20, 2003, 12:56 AM

Search