diff options
author | venaas <venaas> | 2008-09-22 17:37:43 +0000 |
---|---|---|
committer | venaas <venaas@e88ac4ed-0b26-0410-9574-a7f39faa03bf> | 2008-09-22 17:37:43 +0000 |
commit | 68d4aae0802ff658cf822976820493627f4948e4 (patch) | |
tree | 4458256f26054f4b13103bd9520e881e7280261f | |
parent | 3a2b6fa277c26222b2dbb235dbd802a72ad46f32 (diff) |
updates todos
git-svn-id: https://svn.testnett.uninett.no/radsecproxy/trunk@397 e88ac4ed-0b26-0410-9574-a7f39faa03bf
-rw-r--r-- | radsecproxy.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/radsecproxy.c b/radsecproxy.c index 91a6676..71d8856 100644 --- a/radsecproxy.c +++ b/radsecproxy.c @@ -35,12 +35,12 @@ */ /* Bugs: - * Multiple outgoing connections if not enough IDs? (multiple servers per conf?) - * Also useful for TCP accounting which is not yet supported? - * We are not removing client requests from dynamic servers, see removeclientrqs() - * Reserve ID 0 for statusserver requests? + * 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() + * Multiple outgoing connections if not enough IDs? (multiple servers per conf?) + * Useful for TCP accounting? Now we require separate server config for alt port */ #include <signal.h> |