> I tried to fix apr_generate_random_bytes() to use size_t already. I'd > also like to reorder struct apr_sockaddr_t to make it binary compatible > across !APR_HAVE_IPV6 and APR_HAVE_IPV6, which requires breaking binary > compatibility with 0.9.2.
Presumably this also means a more consistent api, so +1 for the socket change. 0.9.x does not mean we're backward compatible :( 1.0 on the other hand... david
