Return-Path: X-Original-To: apmail-httpd-modules-dev-archive@minotaur.apache.org Delivered-To: apmail-httpd-modules-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 16738E226 for ; Mon, 7 Jan 2013 18:10:58 +0000 (UTC) Received: (qmail 44582 invoked by uid 500); 7 Jan 2013 18:10:57 -0000 Delivered-To: apmail-httpd-modules-dev-archive@httpd.apache.org Received: (qmail 44549 invoked by uid 500); 7 Jan 2013 18:10:57 -0000 Mailing-List: contact modules-dev-help@httpd.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: modules-dev@httpd.apache.org Delivered-To: mailing list modules-dev@httpd.apache.org Received: (qmail 44537 invoked by uid 99); 7 Jan 2013 18:10:57 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 07 Jan 2013 18:10:57 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of rcadima@gmail.com designates 74.125.82.47 as permitted sender) Received: from [74.125.82.47] (HELO mail-wg0-f47.google.com) (74.125.82.47) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 07 Jan 2013 18:10:49 +0000 Received: by mail-wg0-f47.google.com with SMTP id dq11so9705179wgb.26 for ; Mon, 07 Jan 2013 10:10:29 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:mime-version:from:date:message-id:subject:to :content-type; bh=Sb883+hB7DvhXzSwanS7K+8m1cYuIIjmCPSz48MbTQk=; b=h9lcQ9WwAV5Hn92S6k49m+U7Ynjkbybyf1Gw09wVoGnMNpOjb5ymsZAAJER4JJXyWl Pddp8n1jxnHeo9Q6emVx7XZndtSxZ9Md93VIKVpvX296HEeVxGZIEmc7P41OIVCZmhgO Aog24wOWw896VnPs+gs9JqULSoUQqnj12b0etPdBZAASQUtKB0p6IvZA33rjG5PFiLdh zUqpzzhldOsEzXkLdxLwh+3DXy8Ptqj4raWFjqJyA3Pr4dzkmHjE4eOr4fWQRTGJ8m7s FnLzJcB30pmkNjfCBs43z/PrkKRYmfmEirRceizT729nN8XLEAFoPrdSU6f2tyN5MZ31 rHkA== X-Received: by 10.180.86.39 with SMTP id m7mr10592177wiz.1.1357582229731; Mon, 07 Jan 2013 10:10:29 -0800 (PST) MIME-Version: 1.0 Received: by 10.216.2.85 with HTTP; Mon, 7 Jan 2013 10:10:09 -0800 (PST) From: Ruben Campos Date: Mon, 7 Jan 2013 18:10:09 +0000 Message-ID: Subject: lbmethod and TCP header To: modules-dev@httpd.apache.org Content-Type: multipart/alternative; boundary=f46d04428e108e795e04d2b6be08 X-Virus-Checked: Checked by ClamAV on apache.org --f46d04428e108e795e04d2b6be08 Content-Type: text/plain; charset=ISO-8859-1 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. --f46d04428e108e795e04d2b6be08--