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