avarice
avarice copied to clipboard
[patch #28] Speed up putpacket() function
m-j-h <None> 2014-03-21 17:06:16.192000
So far, putpacket() sent every char on its own. Instead, we can accumulate a buffer and write that out over TCP/IP at once, vastly reducing overhead.
This issue was migrated from https://sourceforge.net/p/avarice/patches/28/