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.
Environment
None
Activity
MattM
March 9, 2007 at 10:02 AM
The queue size is 500, which seems reasonable. Trying to send packets past the queue size will block the writing thread.
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.