diff options
author | venaas <venaas> | 2008-09-24 09:41:10 +0000 |
---|---|---|
committer | venaas <venaas@e88ac4ed-0b26-0410-9574-a7f39faa03bf> | 2008-09-24 09:41:10 +0000 |
commit | 4ad3361b1b47568ce849fb0458709ee511713c80 (patch) | |
tree | d7b76c87ca766e153fa7d1a833a69c9ecca12441 | |
parent | 191f2f79a07ec4e35366c8b3558f06df05575c85 (diff) |
updated todo
git-svn-id: https://svn.testnett.uninett.no/radsecproxy/trunk@401 e88ac4ed-0b26-0410-9574-a7f39faa03bf
-rw-r--r-- | radsecproxy.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/radsecproxy.c b/radsecproxy.c index a451e0f..55be451 100644 --- a/radsecproxy.c +++ b/radsecproxy.c @@ -38,7 +38,7 @@ * May segfault when dtls connections go down? More testing needed * Need to remove UDP clients when no activity for a while... * Remove expired stuff from clients request list? - * We are not removing client requests from dynamic servers, see removeclientrqs() + * Need refcounting for configs? Bad if remove dynsrvconf while in radsrv() * Multiple outgoing connections if not enough IDs? (multiple servers per conf?) * Useful for TCP accounting? Now we require separate server config for alt port */ |