Mercurial > dropbear
comparison options.h @ 236:ea5189f97cfd
disapproval of revision ac41ae96770156bca2c0193b500ee07ee8d9a027
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Fri, 02 Sep 2005 15:33:09 +0000 |
parents | b3cca2d9ee3c |
children | c07de41b53d7 efbaf6b03837 |
comparison
equal
deleted
inserted
replaced
234:b3cca2d9ee3c | 236:ea5189f97cfd |
---|---|
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 | |
295 /* size/count limits */ | 292 /* size/count limits */ |
296 #define MAX_LISTEN_ADDR 10 | 293 #define MAX_LISTEN_ADDR 10 |
297 | 294 |
298 #define MAX_PACKET_LEN 35000 | 295 #define MAX_PACKET_LEN 35000 |
299 #define MIN_PACKET_LEN 16 | 296 #define MIN_PACKET_LEN 16 |