From: Brett Gordon Date: Tue, 24 Jan 2017 16:26:35 +0000 (-0500) Subject: netd: add some todo's X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=1b4962c7c69687c582741b7d578dcf3b8c5ffe94;p=FUZIX.git netd: add some todo's --- 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 */