From 7e49052dedd2462a200a349da14ac57be9fbd661 Mon Sep 17 00:00:00 2001 From: henri Date: Mon, 22 Apr 2013 19:34:26 +0000 Subject: [PATCH] Added a branch-specific todo file. --- todo/nsockproxies.txt | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 todo/nsockproxies.txt diff --git a/todo/nsockproxies.txt b/todo/nsockproxies.txt new file mode 100644 index 000000000..338f62f65 --- /dev/null +++ b/todo/nsockproxies.txt @@ -0,0 +1,14 @@ +TODO/ideas for nsock proxy support: + + +o Authentication + +o Handle socks4a + - This requires to figure out how to trigger proxy code without resolving + target hostname first. The problem is that the proxy code is supposed to be + a transparent hook of connect()... Extending the exported API will probably + be needed :( + - If nsock could provide async hostname resolution methods, we could do some + clever tricks... + +o Explore ways to share code with ncat