bugzilla-daemon at bugzilla.mindrot.org
2007-Jul-05 21:32 UTC
[Bug 1332] New: Add ability to set TCP rcvbuf size
http://bugzilla.mindrot.org/show_bug.cgi?id=1332
Summary: Add ability to set TCP rcvbuf size
Product: Portable OpenSSH
Version: 4.6p1
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: P2
Component: ssh
AssignedTo: bitbucket at mindrot.org
ReportedBy: imorgan at nas.nasa.gov
Created an attachment (id=1320)
--> (http://bugzilla.mindrot.org/attachment.cgi?id=1320)
This adds a ReceiveBufferSize option to ssh(1)
For high-BDP connections, it may be necessary to increase the size of
the TCP rcvbuf in order to get good performance. In some cases, this
can be accomplished by adjusting a kernel setting or using an
autotuning
kernel. However, these are not always viable options.
In some cases the TCP rcvbuf must be set to multiple megabytes in order
to accomodate high-latency connections. It's not always practical or
desirable to do this for all connections. And autotuning support
assumes
that a recent Linux kernel or a custom-built kernel is being used,
which
is not always the case.
To address the case where it is not practical to increase the system's
default rcvbuf size or use an autotuning kernel, it would be helpful
if ssh could adjust the size on a per connection bases.
--
Configure bugmail: http://bugzilla.mindrot.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching the assignee of the bug.
bugzilla-daemon at bugzilla.mindrot.org
2007-Aug-10 04:52 UTC
[Bug 1332] Add ability to set TCP rcvbuf size
http://bugzilla.mindrot.org/show_bug.cgi?id=1332
Damien Miller <djm at mindrot.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Version|4.6p1 |-current
Severity|normal |enhancement
CC| |djm at mindrot.org
--
Configure bugmail: http://bugzilla.mindrot.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching the assignee of the bug.
You are watching someone on the CC list of the bug.
Apparently Analagous Threads
- [Bug 1311] Performance on high BDP networks
- [PATCH net-next] virtio_net: migrate mergeable rx buffers to page frag allocators
- [PATCH net-next] virtio_net: migrate mergeable rx buffers to page frag allocators
- [PATCH net-next] virtio_net: migrate mergeable rx buffers to page frag allocators
- request: add TCP buffer options to rsync CLI?