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
I don't need the phy module in my project, in fact. So my workaround is to remove these constants and the code. And I'm not sure how to fix this. As far as I know, Android is based on Linux, so the code of the raw socket in Linux should work in Android.
The text was updated successfully, but these errors were encountered:
When compiling with the target
aarch64-android-linux
, thebfp
module will be enabled.smoltcp/src/phy/sys/mod.rs
Lines 13 to 14 in 8347da7
And result in a compile error, because the constants below are missing.
smoltcp/src/phy/sys/bpf.rs
Lines 10 to 24 in 8347da7
I don't need the
phy
module in my project, in fact. So my workaround is to remove these constants and the code. And I'm not sure how to fix this. As far as I know, Android is based on Linux, so the code of the raw socket in Linux should work in Android.The text was updated successfully, but these errors were encountered: