mdlayher / wifi

Package wifi provides access to IEEE 802.11 WiFi device actions and statistics. MIT Licensed.
MIT License
271 stars 56 forks source link

feat(conn): expose socket timeout methods #86

Closed flotter closed 3 weeks ago

flotter commented 1 month ago

Allow cancelling specific blocking netlink I/O operations.

This is available in other netlink derivative libraries such as https://github.com/jsimonetti/rtnetlink, and it can be used to implement request specific cancellation support without closing the file descriptor.

flotter commented 1 month ago

I will rebase this on main, following acceptance of #87

flotter commented 1 month ago

@SuperQ Ready for review. Thank you!

flotter commented 4 weeks ago

@mdlayher @SuperQ Any chance we could merge this? or any advice what I could do to move this forward please?