···118118 port=<port>
119119 Set the TCP port number.
120120121121+ telnet=[0|1]
122122+ If true, will handle option negotiation for telnet
123123+ binary and character mode. Useful when the serial
124124+ line is a tty, to provide proper terminal emulation.
125125+126126+ telnetinit=[0|1]
127127+ If this and "telnet" are true, initiate telnet option
128128+ negotiations immediately after accepting a connection.
129129+ Common telnet clients need this when connecting to
130130+ a port other than 23. Defaults to true.
131131+121132tios:
122133 file=<filename>
123134 The character device to connect to
+1
src/arch/ibmpc/pce-ibmpc.cfg.in
···406406 #driver = "pty:symlink=com1"
407407 driver = "stdio:file=serport1.out:flush=1"
408408 #driver = "tios:file=/dev/ttyS0"
409409+ #driver = "tcp:port=5555:telnet=1:telnetinit=1"
409410410411 # Log all traffic to this file. This is for debugging.
411412 #log = "serport1.log"