¡@

Home 

python Programming Glossary: af_

What is the difference between AF_INET and PF_INET constants?

http://stackoverflow.com/questions/2549461/what-is-the-difference-between-af-inet-and-pf-inet-constants

is the difference between AF_INET and PF_INET constants Looking at examples about socket.. about socket programming we can see that some people use AF_INET while others use PF_INET . In addition sometimes both of.. are defined in sys socket.h . And the manpage cites AF_INET as well as some other AF_ constants for the domain parameter...