-
Notifications
You must be signed in to change notification settings - Fork 31
Open
Description
| sock.setsockopt(socket.SOL_SOCKET, 25, 1) |
Hi everyone,
Thanks a lot for this very useful toolbox.
I have come across an issue line 193 that I have corrected, see below. Otherwise, everything is working fine !
Issue :
TypeError: a bytes-like object is required, not 'str'
Correction suggested :
sock.setsockopt(socket.SOL_SOCKET, 25, (self.iface_name+'\0').encode())
Metadata
Metadata
Assignees
Labels
No labels