httpd and APR don't provide that data... For httpd, it's all at the protocol layer (HTTP).
On Jan 7, 2013, at 1:10 PM, Ruben Campos <rcad...@gmail.com> wrote: > Hello everybody, > > I'm part of a project that involves creating a new loadbalancer method for > the proxy module's balancer. > Following the round robin example provided with the httpd source code I > have registered a proxy_balancer_method that will select which worker is > the best. > > In this method, just like the other ones, I receive the following args: > a proxy_balancer *balancer and a request_rec *r. For my method to work I > need to access the information in the TCP header. Is it possible, in any > way, to do that? If so, how can I access that information (for example, > sequence and acknowledgement numbers)? > > Thank you for your time, > Best regards, > > Ruben Campos.