Re: [patch] add IP TOS support

2007-01-14 Thread Colm MacCarthaigh
On Sat, Jan 13, 2007 at 06:19:09PM -0800, dean gaudet wrote: note that if you go about reading man pages regarding IP_TOS you'll probably be mislead into thinking that you can set one and only one bit. that's false -- the entire byte is generally available. For work purposes, I've

[patch] add IP TOS support

2007-01-13 Thread dean gaudet
i'd like to port mod_iptos to 2.x http://arctic.org/~dean/mod_iptos/... and i need apr_socket_opt_set support for IP_TOS. so here's a patch. sorry it's against 1.2.7 but that's what debian is still using. i'm sure there'll be feedback and i'll rebase against whatever you want after feedback.