From owner-freebsd-current@FreeBSD.ORG Wed Jun 15 10:05:51 2005 Return-Path: X-Original-To: current@freebsd.org Delivered-To: freebsd-current@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 37C0316A41C; Wed, 15 Jun 2005 10:05:51 +0000 (GMT) (envelope-from lists@yazzy.org) Received: from mail.yazzy.org (mail.yazzy.org [217.8.140.16]) by mx1.FreeBSD.org (Postfix) with ESMTP id EB7E143D48; Wed, 15 Jun 2005 10:05:50 +0000 (GMT) (envelope-from lists@yazzy.org) Received: from yazzy.org (localhost [127.0.0.1]) by mail.yazzy.org (Postfix) with SMTP id E0E5939869; Wed, 15 Jun 2005 12:06:18 +0200 (CEST) Received: from 148.122.180.9 (SquirrelMail authenticated user lists@yazzy.org) by mail.yazzy.org with HTTP; Wed, 15 Jun 2005 12:06:18 +0200 (CEST) Message-ID: <58397.148.122.180.9.1118829978.squirrel@mail.yazzy.org> Date: Wed, 15 Jun 2005 12:06:18 +0200 (CEST) From: "M.Jessa" To: , X-Priority: 3 Importance: Normal X-Mailer: SquirrelMail (version 1.2.11) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Cc: Subject: Looking for networking solution. X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: lists@yazzy.org List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Jun 2005 10:05:51 -0000 Hi guys. I am looking for solution I could implement on a link with a huge latency when ping replies can go up to a few hundred miliseconds, e.g sateliete links. What I was thinking about is some kind of virtual interface which could translate tcp to udp in one of the pears of the link and push the data it received from a 'normal' interface through the virtual interface without bothering about ack-timing. The receiving end would have a similar interface which would translate the udp data stream to tcp and then route it out to the internet. (normal network)tcp<-->virtual udp interface<-------->virtual udp interface<-->tcp(normal network) Is there something avaliable on FreeBSD that can be used for that purpose? Maybe someone is working on such a thing in CURRENT ? Any thoughts about that? Any sugestions for a solution? Regards, Marcin Jessa.