Skip to content

Commit 24ba28a

Browse files
committed
socket: Add INADDR_ANY.
1 parent 0636230 commit 24ba28a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

socket/socket.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
IPPROTO_IP = 0
77
IP_ADD_MEMBERSHIP = 35
88
IP_DROP_MEMBERSHIP = 36
9+
INADDR_ANY = 0
910

1011
error = OSError
1112

0 commit comments

Comments
 (0)