spacemeowx2 / switch-lan-play

Enjoy games with your friends as if you were on a LAN.
GNU General Public License v3.0
1.83k stars 191 forks source link

Low performance on ARM #112

Closed felipejfc closed 4 years ago

felipejfc commented 4 years ago

So I have an Odroid N2 Single board computer, it's pretty powerful, have an ARM S922X processor on it this is a quad-core 1.7ghz chip.

I decided then to test running lan-play client + slp rust server on it, but the performance was not good, server kept lagging a lot, even though neither load nor cpu usage was big. I then decided to try server+client on my windows desktop pc and everything was very smooth.

As I do not believe the sbc lacks strength to run this software since it's basically pcap+an udp relay, I think that maybe what is lacking is optimization? what do you think?

Best!