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)
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.


No differences found