History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: SMACK-208
Type: New Feature New Feature
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Matt Tucker
Reporter: Matt Tucker
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Smack

Add max queue size for outgoing packets

Created: 03/08/07 08:02 PM   Updated: 03/08/07 08:02 PM
Component/s: None
Affects Version/s: 3.0.0 Beta 2
Fix Version/s: 3.0.0 Beta 3

Time Tracking:
Not Specified

Support Plan Customer Issue: No
Resolution Date: 03/08/07 08:02 PM
Acceptance Test - Add?: No


 Description  « Hide
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.

 All   Comments   Work Log   Change History   Subversion Commits      Sort Order: Ascending order - Click to sort in descending order
Matt Tucker - 03/08/07 08:02 PM
The queue size is 500, which seems reasonable. Trying to send packets past the queue size will block the writing thread.