diff options
author | Damien Miller <djm@mindrot.org> | 1999-10-30 11:39:56 +1000 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 1999-10-30 11:39:56 +1000 |
commit | 1e4772c32c109e6c69291335ad49350e7762785d (patch) | |
tree | 1a9224ff01d028a4b9f12a477ccf447624fca96f /nchan.ms | |
parent | 5ffa64478a963426a1ab92a7b74b87d3ae79ba53 (diff) |
Merged latest OpenBSD changes:
nchan.ms -\
channels.[ch] - remove broken x11 fix and document istate/ostate
ssh-agent.c - call setsid() regardless of argv[]
ssh.c - save a few lines when disabling rhosts-{rsa-}auth
Diffstat (limited to 'nchan.ms')
-rw-r--r-- | nchan.ms | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -50,9 +50,9 @@ Notes | |||
50 | The input buffer is filled with data from the socket | 50 | The input buffer is filled with data from the socket |
51 | (the socket represents the local comsumer/producer of the | 51 | (the socket represents the local comsumer/producer of the |
52 | forwarded channel). | 52 | forwarded channel). |
53 | The data is then sent over the INPUT-end of the channel to the | 53 | The data is then sent over the INPUT-end (transmit-end) of the channel to the |
54 | remote peer. | 54 | remote peer. |
55 | Data sent by the peer is received on the OUTPUT-end, | 55 | Data sent by the peer is received on the OUTPUT-end (receive-end), |
56 | saved in the output buffer and written to the socket. | 56 | saved in the output buffer and written to the socket. |
57 | .PP | 57 | .PP |
58 | If the local protocol instance has forwarded all data on the | 58 | If the local protocol instance has forwarded all data on the |