You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 15, 2018. It is now read-only.
To add a new TUN/TAP device, you have to open /dev/net/tun, configure it with ioctl then read/select it like a normal fd. Would it be appropriate for use with UnixDatagram? If so, did you consider adding impl FromRawFd for UnixDatagram?
The text was updated successfully, but these errors were encountered:
It's plausible that a FromRawFd method could be added but are the relevant methods appropriate? I haven't worked with TUN/TAP much but do those basically look like unix sockets? (e.g. also in sockaddrs received)
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
To add a new TUN/TAP device, you have to open
/dev/net/tun
, configure it withioctl
then read/select it like a normal fd. Would it be appropriate for use withUnixDatagram
? If so, did you consider addingimpl FromRawFd for UnixDatagram
?The text was updated successfully, but these errors were encountered: