You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bugs@httpd.apache.org by bu...@apache.org on 2005/08/05 09:03:01 UTC

DO NOT REPLY [Bug 36038] New: - ReceiveBufferSize Directive

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: murray@cpan.org
                CC: murray@cpan.org


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: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org