diff options
author | venaas <venaas> | 2007-01-26 10:51:37 +0000 |
---|---|---|
committer | venaas <venaas@e88ac4ed-0b26-0410-9574-a7f39faa03bf> | 2007-01-26 10:51:37 +0000 |
commit | a883fe9f6f02d02c0a917ff30ee403f1ab355391 (patch) | |
tree | 4101b619dc9826d9751ba7fdde7aeb12d7ecabdf /radsecproxy.h | |
parent | 97ff42a4516cf3e4d212a71ce7e502c892ee2922 (diff) |
dynamic allocation of client/server data
git-svn-id: https://svn.testnett.uninett.no/radsecproxy/trunk@43 e88ac4ed-0b26-0410-9574-a7f39faa03bf
Diffstat (limited to 'radsecproxy.h')
-rw-r--r-- | radsecproxy.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/radsecproxy.h b/radsecproxy.h index dcf45ca..53c772a 100644 --- a/radsecproxy.h +++ b/radsecproxy.h @@ -12,7 +12,6 @@ sizeof(struct sockaddr_in) : \ sizeof(struct sockaddr_in6)) -#define MAX_PEERS 256 /* MAX_REQUESTS must be 256 due to Radius' 8 bit ID field */ #define MAX_REQUESTS 256 #define DEFAULT_TLS_SECRET "mysecret" |