DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=36038>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=36038

           Summary: ReceiveBufferSize Directive
           Product: Apache httpd-2.0
           Version: 2.0.54
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: enhancement
          Priority: P2
         Component: Runtime Config
        AssignedTo: bugs@httpd.apache.org
        ReportedBy: [EMAIL PROTECTED]
                CC: [EMAIL PROTECTED]


The SendBufferSize directive, which is used to adjust the TCP send buffer size,
has existed for many years, but it would appear there has been no pressing need
for a companion directive to control the size of the TCP receive buffer.  We
have written an application that requires the ability to adjust the size of this
buffer.

I have tried using apr_socket_opt_set, unfortunately the buffer size must be
modified prior to connect() or accept() (at least on Linux...).

I will follow up with a patch to support this functionality.  It's a very
straightforward change, and I've added English documentation for the new
directive.  It would be great to see it added!

Thanks.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to