-
Notifications
You must be signed in to change notification settings - Fork 232
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
Create a socket pool of multiple sockets bound to the same port #293
Commits on Oct 14, 2024
-
Add socket pool, to allow sending to a single socket from multiple th…
…reads without blocking.
Configuration menu - View commit details
-
Copy full SHA for 933885a - Browse repository at this point
Copy the full SHA 933885aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8ef4273 - Browse repository at this point
Copy the full SHA 8ef4273View commit details -
Add main() method to SocketPoolTest.
For testing outside the maven contex.
Configuration menu - View commit details
-
Copy full SHA for dff4051 - Browse repository at this point
Copy the full SHA dff4051View commit details -
Configuration menu - View commit details
-
Copy full SHA for 753eb8a - Browse repository at this point
Copy the full SHA 753eb8aView commit details
Commits on Oct 15, 2024
-
Remove blocking inside SocketPool.
Let the sockets themselves do the blocking, no need for extra synchronization.
Configuration menu - View commit details
-
Copy full SHA for d2e792a - Browse repository at this point
Copy the full SHA d2e792aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0800279 - Browse repository at this point
Copy the full SHA 0800279View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4e4afae - Browse repository at this point
Copy the full SHA 4e4afaeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5470f0a - Browse repository at this point
Copy the full SHA 5470f0aView commit details -
Configuration menu - View commit details
-
Copy full SHA for af1c1e6 - Browse repository at this point
Copy the full SHA af1c1e6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4403e8a - Browse repository at this point
Copy the full SHA 4403e8aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5da22ee - Browse repository at this point
Copy the full SHA 5da22eeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8f49368 - Browse repository at this point
Copy the full SHA 8f49368View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6182860 - Browse repository at this point
Copy the full SHA 6182860View commit details
Commits on Oct 21, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 46acf6a - Browse repository at this point
Copy the full SHA 46acf6aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7b3b5a9 - Browse repository at this point
Copy the full SHA 7b3b5a9View commit details -
Configuration menu - View commit details
-
Copy full SHA for f752308 - Browse repository at this point
Copy the full SHA f752308View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0950c10 - Browse repository at this point
Copy the full SHA 0950c10View commit details -
Configuration menu - View commit details
-
Copy full SHA for 902aca9 - Browse repository at this point
Copy the full SHA 902aca9View commit details -
Use SocketPool in AbstractUdpListener.
(And thus SinglePortUdpHarvester.)
Configuration menu - View commit details
-
Copy full SHA for c85bdc0 - Browse repository at this point
Copy the full SHA c85bdc0View commit details
Commits on Oct 22, 2024
-
Revert "Change default pool size."
This reverts commit 902aca9.
Configuration menu - View commit details
-
Copy full SHA for 3c39601 - Browse repository at this point
Copy the full SHA 3c39601View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5017a4f - Browse repository at this point
Copy the full SHA 5017a4fView commit details -
Configuration menu - View commit details
-
Copy full SHA for eb4511c - Browse repository at this point
Copy the full SHA eb4511cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 07c3ee1 - Browse repository at this point
Copy the full SHA 07c3ee1View commit details -
Configuration menu - View commit details
-
Copy full SHA for af99d83 - Browse repository at this point
Copy the full SHA af99d83View commit details