From 20df5f8d60e1e30c67a18af9d6343f4501d8631d Mon Sep 17 00:00:00 2001 From: Nikos Mavrogiannopoulos Date: Fri, 1 Feb 2013 20:07:05 +0100 Subject: [PATCH] updated --- TODO | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/TODO b/TODO index 2b1c652a..211e954b 100644 --- a/TODO +++ b/TODO @@ -1,7 +1,9 @@ * Add a simple username/password back-end * Add path MTU discovery -* Handle multiple clients in a single tun device (check if needed at all) * Run a server up/down script * Keep the TLS key and certificates into the privileged process and use IPC for operations (this will make the privileged process a bottleneck). * session resumption in main TLS + - session db should be kept on main thread and resumption should be + allowed only when it is requested from the same IP as the original +* Handle multiple clients in a single tun device (check if needed at all)