]> asedeno.scripts.mit.edu Git - PuTTY.git/commit
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)
commit60585cff9c30ffc9f2457c5b2aed941c9cd4d0c3
tree8ff33c0f1deeac430d50cc2661f4b3b92714f887
parent1e2b9ced0146a87d367e8a4a816c255ad6610aed
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.

[originally from svn r921]
network.h
raw.c
rlogin.c
ssh.c
telnet.c
winnet.c
x11fwd.c