-
Notifications
You must be signed in to change notification settings - Fork 50
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
Play nice with other processes. #38
base: master
Are you sure you want to change the base?
Commits on Jan 29, 2024
-
Add a time wait for packets, this reduces CPU usage when idle, but do…
…esn't affect throughput.
Configuration menu - View commit details
-
Copy full SHA for 2c765de - Browse repository at this point
Copy the full SHA 2c765deView commit details
Commits on Feb 6, 2024
-
Now builds on Windows under Visual Studio 2022
We still have lots of warnings.
2Configuration menu - View commit details
-
Copy full SHA for b6a5343 - Browse repository at this point
Copy the full SHA b6a5343View commit details -
3
Configuration menu - View commit details
-
Copy full SHA for 33f9c2c - Browse repository at this point
Copy the full SHA 33f9c2cView commit details
Commits on Feb 20, 2024
-
Windows doesn't let us bind to INADDR_BROADCAST, so we build the inte…
…rface specific broadcast address.
Configuration menu - View commit details
-
Copy full SHA for 433919e - Browse repository at this point
Copy the full SHA 433919eView commit details -
Windows doesn't let us bind to the interface specific broadcast addre…
…ss, so bind to INADDR_ANY.
Configuration menu - View commit details
-
Copy full SHA for a086d7f - Browse repository at this point
Copy the full SHA a086d7fView commit details
Commits on Feb 21, 2024
-
Finally got this to work on Windows under Visual Studio.
Winsock2 only seems seem to want bind broadcast UDP sockets to INADDR_ANY, so for _WIN32 builds I bind udp_global_broadcast_listener and disable udp_local_broadcast_listener.
Configuration menu - View commit details
-
Copy full SHA for 22299b7 - Browse repository at this point
Copy the full SHA 22299b7View commit details
Commits on Apr 18, 2024
-
Configuration menu - View commit details
-
Copy full SHA for e18cc97 - Browse repository at this point
Copy the full SHA e18cc97View commit details