From 1b4962c7c69687c582741b7d578dcf3b8c5ffe94 Mon Sep 17 00:00:00 2001 From: Brett Gordon Date: Tue, 24 Jan 2017 11:26:35 -0500 Subject: [PATCH] netd: add some todo's --- Applications/netd/netd.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Applications/netd/netd.c b/Applications/netd/netd.c index d1db77dd..e29d2e82 100644 --- a/Applications/netd/netd.c +++ b/Applications/netd/netd.c @@ -19,7 +19,8 @@ todo: * deamonize (detach) this proggie. (will we always have setsid() ? ) * UDP local bind * TCP passive open - +* RAW pass protocol number via socket() not connect() +* refactor RAW with UDP code as they are very similar */ -- 2.34.1