Replies: 2 comments 4 replies
-
What is cpu load during receiving? Also SBC can generate noise in RF for example. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Thank you, very light load(no other application running), what's the "noise" generated by SBC? My test is:
I'm worried this loss happened in the Kernel network stack, in which we have few ways to optimize it. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm doing some experiment by libpcap, and use a esp32 to inject wfb packets.
Then I use wireless card AR9271 on my PC and a SBC(orangepi3 ). The distance between PC/SBC with esp32 is the same.
It seems that the PC could recv about 4000 - 5000 packets in 10s ,
while SBC could only recv about 3000 - 4000 packets in 10s.
PS:
(I have tried to on and off the immediate_mode, the result changes little)
(Ar9271 is connect with PC/SBC on USB3.0 interface)
So It seems that it may lost some packets if the cpu is not enough fast to handle?
Beta Was this translation helpful? Give feedback.
All reactions