Skip to content

[FEATURE] Bind to interface #1

@slldev

Description

@slldev

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 request

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions