Menu

#28 Speed up putpacket() function

Unstable_(example)
open
nobody
None
5
2014-03-21
2014-03-21
MJH
No

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.

1 Attachments

Discussion


Log in to post a comment.