diff options
author | venaas <venaas> | 2008-09-18 11:14:00 +0000 |
---|---|---|
committer | venaas <venaas@e88ac4ed-0b26-0410-9574-a7f39faa03bf> | 2008-09-18 11:14:00 +0000 |
commit | 902d4f07b42261b23046e2bcd1a142e59abd4515 (patch) | |
tree | 799bff6a9d8b62022f3ea27316d7761b5f2f2b0b /radsecproxy.c | |
parent | e153afc401ccb9256385a0a3da10bf412d87fe1f (diff) |
updated todo
git-svn-id: https://svn.testnett.uninett.no/radsecproxy/trunk@392 e88ac4ed-0b26-0410-9574-a7f39faa03bf
Diffstat (limited to 'radsecproxy.c')
-rw-r--r-- | radsecproxy.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/radsecproxy.c b/radsecproxy.c index 6ac3825..3dc3903 100644 --- a/radsecproxy.c +++ b/radsecproxy.c @@ -35,8 +35,10 @@ */ /* Bugs: - * TCP accounting not yet supported + * 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? * Need to remove UDP clients when no activity for a while... * Remove expired stuff from clients request list? */ |