Mercurial > dropbear
diff channel.h @ 70:b0316ce64e4b
Merging in the changes from 0.41-0.43 main Dropbear tree
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Thu, 12 Aug 2004 16:41:58 +0000 |
parents | db2c8e6fb284 |
children | d3eb1fa8484e |
line wrap: on
line diff
--- a/channel.h Thu Aug 12 15:41:36 2004 +0000 +++ b/channel.h Thu Aug 12 16:41:58 2004 +0000 @@ -41,6 +41,9 @@ #define SSH_OPEN_UNKNOWN_CHANNEL_TYPE 3 #define SSH_OPEN_RESOURCE_SHORTAGE 4 +/* Not a real type */ +#define SSH_OPEN_IN_PROGRESS 99 + #define MAX_CHANNELS 60 /* simple mem restriction, includes each tcp/x11 connection, so can't be _too_ small */