Ian Bruene said:
> 1. Stop using work queue. Handlers are called directly by the receivers.
> 2. Remove work queue checking by mainloop() 

The receive loop is several layers down.  The handler dispatching is up in 
the main loop.

You may want to move the receive loop up to the main loop rather than moving 
the handler dispatching down to someplace obscure.  Whatever looks best after 
you find all the tail.


-- 
These are my opinions.  I hate spam.



_______________________________________________
devel mailing list
devel@ntpsec.org
http://lists.ntpsec.org/mailman/listinfo/devel

Reply via email to