[BACK]Return to nchan.ms CVS log [TXT][DIR] Up to [local] / src / usr.bin / ssh

Diff for /src/usr.bin/ssh/nchan.ms between version 1.2 and 1.3

version 1.2, 1999/10/25 21:05:20 version 1.3, 1999/10/28 21:26:09
Line 50 
Line 50 
 The input buffer is filled with data from the socket  The input buffer is filled with data from the socket
 (the socket represents the local comsumer/producer of the  (the socket represents the local comsumer/producer of the
 forwarded channel).  forwarded channel).
 The data is then sent over the INPUT-end of the channel to the  The data is then sent over the INPUT-end (transmit-end) of the channel to the
 remote peer.  remote peer.
 Data sent by the peer is received on the OUTPUT-end,  Data sent by the peer is received on the OUTPUT-end (receive-end),
 saved in the output buffer and written to the socket.  saved in the output buffer and written to the socket.
 .PP  .PP
 If the local protocol instance has forwarded all data on the  If the local protocol instance has forwarded all data on the

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3