ps3netsrv slow on Raspberry Pi 5 but fast on Windows x86_64 #1067
Replies: 4 comments 18 replies
-
|
It looks the binaries on RPi5 have some issue.
The code for Windows & linux are practically the same except that Windows uses Win32 API for threads & file I/O, and other minor differences. |
Beta Was this translation helpful? Give feedback.
-
|
I seems the program is entering in a race condition due the faster speed of the network connection. Some changes that you could try are:
|
Beta Was this translation helpful? Give feedback.
-
|
I also wonder why it isn't working properly on a gigabit ethernet connection. I asked to Gemini and it suggested using Non-Blocking I/O with epoll and compiling with -O3 Maybe increasing the send (SO_SNDBUF) and receive (SO_RCVBUF) buffer sizes using setsockopt could help too. |
Beta Was this translation helpful? Give feedback.
-
|
Hello everyone! First of all, I would like to thank Aldo for his work!
Overall, I suspect point 2 because when I started using netsrv in 2022, it ran perfectly. I also looked back at that version (20220813) and it still produces these slowdowns. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I have the the following setup:
It works but it is unplayable because it is so slow. Here is the thing though, if I change only one thing, it works blazing fast:
Thoughts? Maybe this is a bug...
P.S.: Gigabit Ethernet is in use everywhere.
Beta Was this translation helpful? Give feedback.
All reactions