riolet / WAFer

WAFer is a C language-based software platform for scalable server-side and networking applications. Think node.js for C programmers.
GNU General Public License v2.0
694 stars 69 forks source link

Some clean up #54

Open janus opened 9 years ago

janus commented 9 years ago

notify_parent() is not used in your curent version and timespec is not used too. Could you clean this up? The way you called getnameinfo without checking its failure mode is a bit confusing to me.