avarice icon indicating copy to clipboard operation
avarice copied to clipboard

[patch #28] Speed up putpacket() function

Open avrs-admin opened this issue 2 years ago • 0 comments

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/

avrs-admin avatar Jan 26 '22 22:01 avrs-admin