#define      TCP_NODELAY   0x01

In other words... you have a collision.

Told ya to use the APR values :-)

(for things like TCP_CORK, just have an internal flag; or possibly go ahead
and place it into apr_network_io.h; I mean why not?!)

(oh... and if you create internal flags: leave a comment in apr_network_io.h
about where the other flags are to prevent confusion / collision)

The patch seems to go in the right direction. The big thing will be whether
APR has some internal uses of setsockopt that will need to tweak the flags.
(or just recode the internal one to use apr_setsockopt)

Cheers,
-g

-- 
Greg Stein, http://www.lyra.org/

Reply via email to