-
Notifications
You must be signed in to change notification settings - Fork 32
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Hello, nice module. Something myself and presumably others would benefit from is being able to bind to specific interface, using
sock.setsockopt(
socket.SOL_SOCKET,
socket.SO_BINDTODEVICE,
{interface}),
)
I took a look at protocol.py and didn't immediately see a way to implement this. Any guidance?
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request