Mercurial > dropbear
comparison options.h @ 234:b3cca2d9ee3c
Increase algorithm list buffer length
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Fri, 02 Sep 2005 07:14:50 +0000 |
parents | 225e6822ef53 |
children | ea5189f97cfd |
comparison
equal
deleted
inserted
replaced
233:225e6822ef53 | 234:b3cca2d9ee3c |
---|---|
287 explicitly specified for all protocols (just | 287 explicitly specified for all protocols (just |
288 for algos) but seems valid */ | 288 for algos) but seems valid */ |
289 | 289 |
290 #define MAX_PROPOSED_ALGO 20 | 290 #define MAX_PROPOSED_ALGO 20 |
291 | 291 |
292 #define MAX_ALGO_LIST_LEN 100 /* max length of our sent algorithm list | |
293 (cipher is longest) */ | |
294 | |
292 /* size/count limits */ | 295 /* size/count limits */ |
293 #define MAX_LISTEN_ADDR 10 | 296 #define MAX_LISTEN_ADDR 10 |
294 | 297 |
295 #define MAX_PACKET_LEN 35000 | 298 #define MAX_PACKET_LEN 35000 |
296 #define MIN_PACKET_LEN 16 | 299 #define MIN_PACKET_LEN 16 |