diff options
-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? */ |