Commit bdffb99e authored by Sam Rushing's avatar Sam Rushing

AF.INET6

parent 914b99d3
...@@ -1217,6 +1217,7 @@ class AF: ...@@ -1217,6 +1217,7 @@ class AF:
"""Socket families.""" """Socket families."""
INET = AF_INET INET = AF_INET
INET6 = AF_INET6
UNIX = AF_UNIX UNIX = AF_UNIX
LOCAL = AF_UNIX LOCAL = AF_UNIX
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment