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

Diff for /src/usr.bin/ssh/PROTOCOL.mux between version 1.8 and 1.9

version 1.8, 2011/09/09 00:44:07 version 1.9, 2012/06/01 00:49:35
Line 110 
Line 110 
         uint32  request id          uint32  request id
         uint32  forwarding type          uint32  forwarding type
         string  listen host          string  listen host
         string  listen port          uint32  listen port
         string  connect host          string  connect host
         string  connect port          uint32  connect port
   
 forwarding type may be MUX_FWD_LOCAL, MUX_FWD_REMOTE, MUX_FWD_DYNAMIC.  forwarding type may be MUX_FWD_LOCAL, MUX_FWD_REMOTE, MUX_FWD_DYNAMIC.
   
Line 135 
Line 135 
         uint32  request id          uint32  request id
         uint32  forwarding type          uint32  forwarding type
         string  listen host          string  listen host
         string  listen port          uint32  listen port
         string  connect host          string  connect host
         string  connect port          uint32  connect port
   
 A server may reply with a MUX_S_OK, a MUX_S_PERMISSION_DENIED or a  A server may reply with a MUX_S_OK, a MUX_S_PERMISSION_DENIED or a
 MUX_S_FAILURE.  MUX_S_FAILURE.

Legend:
Removed from v.1.8  
changed lines
  Added in v.1.9