From owner-freebsd-ports@freebsd.org Fri Mar 2 18:28:48 2018 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B3222F3B11E for ; Fri, 2 Mar 2018 18:28:48 +0000 (UTC) (envelope-from ashfixit@gmail.com) Received: from mail-yb0-x22b.google.com (mail-yb0-x22b.google.com [IPv6:2607:f8b0:4002:c09::22b]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 50099703DA for ; Fri, 2 Mar 2018 18:28:48 +0000 (UTC) (envelope-from ashfixit@gmail.com) Received: by mail-yb0-x22b.google.com with SMTP id e135-v6so3678934ybb.3 for ; Fri, 02 Mar 2018 10:28:48 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:from:date:message-id:subject:to; bh=dEKB7Mje4SWTJ3nrLsN+XBAVkgUtKnGmc1jOVe0MAGE=; b=fKN46TNFTnOMEiLticIDY7WV0VbmLdqZclLcQj6bNBPCGYwOIKgmHQbm6OS7L4pELp l0f95Rm3mJWJ8h3zORq70IouAe42kULu6vMpvTVgOPkilByDgP2CIRKy+pk1/Z0eIdNr MkoAGCOLoD01WGKpCQqA4XVzVQTYbX3EOghxnmEu34wNi3ZIxkTEiIwdYjQJ9lyusZAj 2GJ2ULlmJbtib9fM1SG0/eNvZZIGQo0w28VJLZsRFPXtzkidFcZS/ezCnBJp3yovg034 ZjX1UiuTn/QHDUPsD7obOHiPPgm3dYGfZxHE9zYy73ExA/vtZIh9joHcQxMjw9JYk2/O 4DLQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=dEKB7Mje4SWTJ3nrLsN+XBAVkgUtKnGmc1jOVe0MAGE=; b=k75TA8cXBRk8bGaCtSaxz0nw1KbDyI7r4qIdkVeOVPkkLmTVWVIVKgsnkfJytTUh9F 7tOadl/7X2PkCXqeI3SWLH1IFVKvmzoiTws56BtdX/xGpTY0ilvOwNiMA3a2hTEtwXDk H0ItkPwYTpXwJnYkxvkejsfkWw9J/DwMXRa20uAdgETReZezjgYROrTgfI+sc7vd0nv/ i/VvlS+/6eL4MXf7Jqlr7qcs41E236TyVYMg23oXF+lR7lxMF99DVtNWx19mqk0KShV2 tMB0/OM7dNk5BOKH21nYLsB6RQ8HmtM5zz90xRtwSJz+UlB5EAMP3fi/NIPpMkI/Dh10 YUnQ== X-Gm-Message-State: APf1xPADuTGKEi56is8HVzEGmKx46WWmQvJSx0vyC7Zb90PvULQHT9WE 9JiwzN1lKF3aWsuXNw3o2qBrWQEbCTzWzdsa1SG8pw== X-Google-Smtp-Source: AG47ELuRf8S8kVrj3bevluUCtUngQ97LEdCiaA0jZ551MxDANUSZj+fxPsnvA+s/uLOcEBCeH7rVnWKx2D4ZpzjZY38= X-Received: by 2002:a25:6109:: with SMTP id v9-v6mr4361359ybb.21.1520015327503; Fri, 02 Mar 2018 10:28:47 -0800 (PST) MIME-Version: 1.0 Received: by 10.129.113.69 with HTTP; Fri, 2 Mar 2018 10:28:47 -0800 (PST) From: Ash Gokhale Date: Fri, 2 Mar 2018 13:28:47 -0500 Message-ID: Subject: net/viamillipede seeks commiter To: josh@tcbug.org, Diane Bruce , freebsd-ports@freebsd.org Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.25 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Mar 2018 18:28:48 -0000 viamillipede: RAID for TCP. Viamillipede is client and server program built to improve network pipe transport using multiple TCP sessions. It multiplexes a single network pipe into multiple TCP connectons and then terminates the connections into a pipe transparently on another host. It is similar to the simplest mode of remote pipe transparency of Netcat with the parallelism from iperf. https://github.com/agokhale/freebsd-port-net-viamillipede https://github.com/agokhale/viamillipede