SSU: Request outbound bandwidth on the way into the

sender queue, not on the way out, so that SSU requests
bandwidth allocations for each packet in parallel
and competes more effectively with NTCP for bandwidth.
Inbound stubbed-out only.
This commit is contained in:
zzz
2015-07-05 12:30:01 +00:00
parent 113a8a52f3
commit 05959d5199
5 changed files with 73 additions and 21 deletions

View File

@@ -1,3 +1,7 @@
2015-07-05 zzz
* SSU: Compete better with NTCP for outbound bandwidth allocations
* Transport: Adjust thread priorities to prevent I/O stalling
2015-06-29 zzz
* Transport: More fixes for SSU stalling