Skip to content
Snippets Groups Projects
Commit cf5306cb authored by deuce's avatar deuce
Browse files

Fix bug exposed by most recent MSS auto-tuning.

If the ringbuffer held more data than the linear buffer COULD hold,
both semaphores would end up clear, and the data would never be sent.

Fix is to not wait on the semaphore unless the ringbuffer isn't
"full enough"
parent 66a436a7
Branches
Tags
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment