History | View | Annotate | Download (4.8 KB)
Fixes to the progdoc.
Documented.
Switched off LOCAL_DEBUG.
Event handlers no longer return re-queue flag. Instead of using it, justcall ev_schedule() on the same handler which should work perfectly now.
Removal of useless includes continues...
Added missing newline in debug output.
Added universal locking mechanism which will solve problemswith protocols wanting to use the same port on the same interfaceduring reconfiguration time.
How to use locks: In the if_notify hook, just order locks for theinterfaces you want to work with and do the real socket opening after the...