North American Network Operators Group

Date Prev | Date Next | Date Index | Thread Index | Author Index | Historical

Re: Best utilizing fat long pipes and large file transfer

  • From: Stuart Henderson
  • Date: Fri Jun 13 17:41:02 2008

On 2008-06-12, Kevin Oberman <[email protected]> wrote:
> The idea is to use tuned proxies that are close to the source and
> destination and are optimized for the delay.

OpenBSD has relayd(8), a versatile tool which can be used here.
There is support for proxying TCP connections. These can be modified
in a few ways - socket options (nodelay, sack, socket buffer) can
be adjusted on the relayed connection, also SSL can be offloaded.
It works with the firewall state table and can retain the original
addresses. Parts of this are only in development snapshots at present
but will be in the 4.4 release.