comparison 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
comparison
equal deleted inserted replaced
69:59d16db56e9f 70:b0316ce64e4b
38 38
39 #define SSH_OPEN_ADMINISTRATIVELY_PROHIBITED 1 39 #define SSH_OPEN_ADMINISTRATIVELY_PROHIBITED 1
40 #define SSH_OPEN_CONNECT_FAILED 2 40 #define SSH_OPEN_CONNECT_FAILED 2
41 #define SSH_OPEN_UNKNOWN_CHANNEL_TYPE 3 41 #define SSH_OPEN_UNKNOWN_CHANNEL_TYPE 3
42 #define SSH_OPEN_RESOURCE_SHORTAGE 4 42 #define SSH_OPEN_RESOURCE_SHORTAGE 4
43
44 /* Not a real type */
45 #define SSH_OPEN_IN_PROGRESS 99
43 46
44 #define MAX_CHANNELS 60 /* simple mem restriction, includes each tcp/x11 47 #define MAX_CHANNELS 60 /* simple mem restriction, includes each tcp/x11
45 connection, so can't be _too_ small */ 48 connection, so can't be _too_ small */
46 49
47 #define CHAN_EXTEND_SIZE 3 /* how many extra slots to add when we need more */ 50 #define CHAN_EXTEND_SIZE 3 /* how many extra slots to add when we need more */