On Tue, 2007-02-20 at 15:14 +0200, Issac Goldstand wrote: > I'm working on a protocol module for Apache 2.2 and ran into the lack of > UDP support in httpd. I'd like to try and remedy the situation in a > manner best suited for merging to trunk + backporting where possible. I > know that people have asked about it in the past, and if we really want > to be "d", we need support beyond TCP/SOCK_STREAM sockets.
Having UDP support doesn't sound a bad idea. You don't need to change all the worker stuff. Just set accept_funct = to a dummy fonction for UPD sockets in make_sock(). You don't need to do anything in dummy_connection() when using a UPD socket. Cheers Jean-Frederic