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

Diff for /src/usr.bin/ssh/nchan.c between version 1.49.2.1 and 1.50

version 1.49.2.1, 2004/08/19 22:37:31 version 1.50, 2004/06/21 17:36:31
Line 42 
Line 42 
  * tear down of channels:   * tear down of channels:
  *   *
  * 1.3: strict request-ack-protocol:   * 1.3: strict request-ack-protocol:
  *      CLOSE   ->   *      CLOSE   ->
  *              <-  CLOSE_CONFIRM   *              <-  CLOSE_CONFIRM
  *   *
  * 1.5: uses variations of:   * 1.5: uses variations of:
  *      IEOF    ->   *      IEOF    ->
  *              <-  OCLOSE   *              <-  OCLOSE
  *              <-  IEOF   *              <-  IEOF
  *      OCLOSE  ->   *      OCLOSE  ->
  *      i.e. both sides have to close the channel   *      i.e. both sides have to close the channel
  *   *
  * 2.0: the EOF messages are optional   * 2.0: the EOF messages are optional
  *   *

Legend:
Removed from v.1.49.2.1  
changed lines
  Added in v.1.50