On 4 Feb 2003, Philippe M. Chiasson wrote: > Ideally, I would initially package datagram-buckets with mod_udp itself. > Just gotta figure out how to create my own bucket type.
It's no different than creating a bucket type in apr-util, really. Take a look at the ERROR buckets that Apache defines (see server/error_bucket.c and the related prototypes in include/http_protocol.h). --Cliff
