-
Notifications
You must be signed in to change notification settings - Fork 446
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
not working on macOS #71
Comments
I know. Feel free to contribute a macOS port of the hosted components. I do not currently have plans for that. Of course, you can always disable the raw and TAP sockets using |
ok, thx for your reply. |
@whitequark hi, i almost finish https://github.com/LuoZijun/exodus/blob/master/netif/src/bpf.rs |
Sure, if you clean up that code it seems like a perfect fit for our |
See PR-136 . |
Line: https://github.com/m-labs/smoltcp/blob/master/src/phy/sys/raw_socket.rs#L21
hi, the
libc::AF_PACKET
constant only work on linux kernel.The text was updated successfully, but these errors were encountered: