Details
-
Type:
New Feature
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 3.0.0 Beta 2
-
Fix Version/s: 3.0.0 Beta 3
-
Component/s: None
-
Labels:None
-
Acceptance Test - Add?:No
Description
Add a max queue size for outgoing packets. This prevents the queue from growing without bounds, which is especially useful during things like load testing.
The queue size is 500, which seems reasonable. Trying to send packets past the queue size will block the writing thread.