enable output buffering in the recv generator. This makes a
authorAndrew Tridgell <tridge@samba.org>
Thu, 2 Jul 1998 01:27:14 +0000 (01:27 +0000)
committerAndrew Tridgell <tridge@samba.org>
Thu, 2 Jul 1998 01:27:14 +0000 (01:27 +0000)
commitb3e10ed75b42d175c18c869d3cb7b6fb6b66f3e9
tree4bef287b43b61c930a6c0039f847b65bb14093da
parenta353d5633749e09b62c36b4a72e5688f456579e6
enable output buffering in the recv generator. This makes a
significant difference when the transport is ssh as ssh will otherwise
output a complete frame for each checksum record, which increases the
checksum data in size by a factor of around 4.
main.c