1
0
mirror of https://github.com/simh/simh.git synced 2026-01-26 12:02:14 +00:00

REMOTE_CONSOLE: Allow user selectable command output buffer size

The output of remote console commands gets truncated at the configured
buffer size.  The default has been raised from 1400 to 8192.
Common remote console usage is from the same host as the simulator and
as such localhost TCP traffic is delivered in chunks at least 8192 so no extra
packets will be involved in transporting the potential extra data and no
transmission delays on the send() call.
The minumum size is now 1400 (which was the prior default).
This commit is contained in:
Mark Pizzolato
2016-12-08 11:27:07 -08:00
parent a7593385aa
commit c393675b5b
3 changed files with 26 additions and 2 deletions

Binary file not shown.