]> asedeno.scripts.mit.edu Git - PuTTY_svn.git/commit - telnet.c
Yet another attempt at OOB handling in the network abstraction. This
authorSimon Tatham <anakin@pobox.com>
Thu, 1 Feb 2001 14:11:04 +0000 (14:11 +0000)
committerSimon Tatham <anakin@pobox.com>
Thu, 1 Feb 2001 14:11:04 +0000 (14:11 +0000)
commite77c6bb0646b267ab785ddd35edc32e033c10e32
tree8ff33c0f1deeac430d50cc2661f4b3b92714f887
parent7bf186d754b5c8cac9b4d003f0cf6e79f539d092
Yet another attempt at OOB handling in the network abstraction. This
version allows you to specify, per socket, which sockets receive OOB
data in-line (so that you know what was before the mark and what was
after) and which receive it out of line (so it's really a one-byte
out-of-band facility rather than discard-to-mark). This reflects the
fact that rlogin appears to make more sense in the latter mode, and
telnet in the former. This patch makes rlogin work right for me.

git-svn-id: http://svn.tartarus.org/sgt/putty@921 cda61777-01e9-0310-a592-d414129be87e
network.h
raw.c
rlogin.c
ssh.c
telnet.c
winnet.c
x11fwd.c