Skip to content

Commit 1e693fd

Browse files
committed
unix-ffi: Remove ip add/drop membership from socket.
Signed-off-by: Alex Tran <alex.t.tran@gmail.com>
1 parent 7d0a1f8 commit 1e693fd

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

unix-ffi/socket/socket.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@
44

55
_GLOBAL_DEFAULT_TIMEOUT = 30
66
IPPROTO_IP = 0
7-
IP_ADD_MEMBERSHIP = 35
8-
IP_DROP_MEMBERSHIP = 36
97
INADDR_ANY = 0
108

119
error = OSError

0 commit comments

Comments
 (0)