SSU: Hand all messages pending after establishment to the

outbound queue at once, for efficiency.
This allows more aggressive combining of fragments in packets,
and ensures the priority queue works as designed.
Don't sort outbound messages by size, keep priority order instead.
Log tweaks
This commit is contained in:
zzz
2015-12-21 17:19:40 +00:00
parent 3bce2f5d46
commit a4546e1045
6 changed files with 123 additions and 16 deletions

View File

@@ -1,3 +1,8 @@
2015-12-21 zzz
* SSU: Hand all messages pending after establishment to the
outbound queue at once, for efficiency.
Don't sort outbound messages by size, keep priority order instead.
2015-12-20 zzz
* BuildHandler: Additional fixes (ticket #1738)
* CertUtil: Add methods to export private keys