Yet another attempt at OOB handling in the network abstraction. This
authorsimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Thu, 1 Feb 2001 14:11:04 +0000 (14:11 +0000)
committersimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Thu, 1 Feb 2001 14:11:04 +0000 (14:11 +0000)
commit4b1e8accb59e8f3b35d24f7ae207325a49cb3cc6
tree8ff33c0f1deeac430d50cc2661f4b3b92714f887
parent8a5fb9e347cb5f1f80cd1f6511afe2dfff7516dd
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: svn://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