Skip to content
Snippets Groups Projects
Commit 0c39be96 authored by Rob Swindell's avatar Rob Swindell :speech_balloon:
Browse files

Enable binary-transmit mode in server by default, disabling CR->CRLF expansion

Don't expand CR->CRLF when in binary mode that was requested locally
(option value is DO, instead of WILL), using new telnet_opt_enabled().

Request binary-transmit mode by default in Telnet server/answer mode.
Set ServerBinary=false in svdm.ini to disable.

This fixes the extra line-feeds in Telnet-server mode.
parent 66e922ad
Branches
Tags
1 merge request!463MRC mods by Codefenix (2024-10-20)
Pipeline #3090 passed