adding PF_INET[6], SOCK_RAW sockets called RawV[4|6]ClientSocketHandle while naming the files RawInet... to distinguish them from PF_PACKET SOCK_RAW sockets. see Wiki for more information
Utils/Daemon: Add 'main()' documentatory example
Utils: Rename Daemon::fail() to Daemon::exit()
Replace all 'throw SystemException(...)' commands with 'throwErrno(...)' Add additional links to documentation header
- terminate on socket handle now calls v_terminate() -> protocol()->teminate() - unix domain sockets now remove there filesystem representaion on close or terminate
Small SCons V0.96 compatibility fix
todo: add tests & documentation
Utils/Daemon: Last implementation fixes Fix installation of some missing files