diff options
author | Matt Johnston <matt@ucc.asn.au> | 2004-09-14 13:22:32 +0000 |
---|---|---|
committer | Matt Johnston <matt@ucc.asn.au> | 2004-09-14 13:22:32 +0000 |
commit | 636b041b9be635eda16af58bf67400e78dc3eb14 (patch) | |
tree | 539ebc86ef8aedf8ad929eb8d925ef74c9fa9d4f /channel.h | |
parent | a41f9dc0366bdfc13b01b20b934daffeed12439b (diff) |
0.44test4 probably
also bumped the channel recv window sizing
--HG--
extra : convert_revision : 2ab172def950d852426cf2c2e066c29aa50e2de9
Diffstat (limited to 'channel.h')
-rw-r--r-- | channel.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -50,8 +50,8 @@ #define CHAN_EXTEND_SIZE 3 /* how many extra slots to add when we need more */ -#define RECV_MAXWINDOW 4000 /* tweak */ -#define RECV_WINDOWEXTEND 500 /* We send a "window extend" every +#define RECV_MAXWINDOW 8000 /* tweak */ +#define RECV_WINDOWEXTEND 1000 /* We send a "window extend" every RECV_WINDOWEXTEND bytes */ #define RECV_MAXPACKET RECV_MAXWINDOW /* tweak */ |