[multipathtcp] how to send data tcp stream from one hopst to another?.

Arun Kumar <mailinform@gmail.com> Sun, 21 April 2013 13:28 UTC

Return-Path: <mailinform@gmail.com>
X-Original-To: multipathtcp@ietfa.amsl.com
Delivered-To: multipathtcp@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 205CC21F90A5 for <multipathtcp@ietfa.amsl.com>; Sun, 21 Apr 2013 06:28:48 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -2.599
X-Spam-Level:
X-Spam-Status: No, score=-2.599 tagged_above=-999 required=5 tests=[BAYES_00=-2.599, HTML_MESSAGE=0.001, NO_RELAYS=-0.001]
Received: from mail.ietf.org ([12.22.58.30]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id FQO7vMq83xZi for <multipathtcp@ietfa.amsl.com>; Sun, 21 Apr 2013 06:28:47 -0700 (PDT)
Received: from mail-la0-x233.google.com (mail-la0-x233.google.com [IPv6:2a00:1450:4010:c03::233]) by ietfa.amsl.com (Postfix) with ESMTP id 4D2D121F8F1F for <multipathtcp@ietf.org>; Sun, 21 Apr 2013 06:28:47 -0700 (PDT)
Received: by mail-la0-f51.google.com with SMTP id fh20so869701lab.10 for <multipathtcp@ietf.org>; Sun, 21 Apr 2013 06:28:46 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:date:message-id:subject:from:to :content-type; bh=pohRe/xpmV8rQ/1NT9o7gyUVIiT7DCtEJxEdPv8XmcI=; b=naL7yeFNd2sqnSMvind2UZjXda6Dy9rMZdeZf8h8Yd4mI6PohzdnvVL5y8ugUsgKND SvUh2tEb6xAAelNPGVNVde/DHDqBQtqYB5U57ZsRJ9oqW0TRS150MCcy9lM0cqN6Nfx1 Tl3Y99arhkpmDqz99Tem1GeCjnS9gRzJrKB3es7ejMvR1qcP1arigR1LcyraNH2hB+dg pK5yDRRXUfjEqRvvbWhk/wy9PiYqKxcvEEc3WHIgxLSb1bSQBZBsbLQPxLeRBZqJgc/O dv2g8SwpvaPTlVKkIBPbSSuKZbTalbz4/OyZ3BKIIVj2osSGRQi7Kd7nzvuLliVtRNGU j/3g==
MIME-Version: 1.0
X-Received: by 10.112.168.135 with SMTP id zw7mr11163766lbb.115.1366550926183; Sun, 21 Apr 2013 06:28:46 -0700 (PDT)
Received: by 10.114.38.227 with HTTP; Sun, 21 Apr 2013 06:28:46 -0700 (PDT)
Date: Sun, 21 Apr 2013 18:58:46 +0530
Message-ID: <CANXi7D0OoVjcHGpkRbMaUh9pJx=Ax+zKP_Xah1USHyOQosjgRw@mail.gmail.com>
From: Arun Kumar <mailinform@gmail.com>
To: multipathtcp@ietf.org
Content-Type: multipart/alternative; boundary="001a11c238c4867cfc04dadeeedd"
Subject: [multipathtcp] how to send data tcp stream from one hopst to another?.
X-BeenThere: multipathtcp@ietf.org
X-Mailman-Version: 2.1.12
Precedence: list
List-Id: Multi-path extensions for TCP <multipathtcp.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/multipathtcp>, <mailto:multipathtcp-request@ietf.org?subject=unsubscribe>
List-Archive: <http://www.ietf.org/mail-archive/web/multipathtcp>
List-Post: <mailto:multipathtcp@ietf.org>
List-Help: <mailto:multipathtcp-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/multipathtcp>, <mailto:multipathtcp-request@ietf.org?subject=subscribe>
X-List-Received-Date: Sun, 21 Apr 2013 13:31:20 -0000

Hello,

I installed multipath tcp in two different hosts.

In host 1, I have two real NICs eth0 and eth1.

In host 2, same like setup eth0 and eth1.

How can I send a tcp stream from ost 1 via eth0 and eth1 and properly
receive it in eth0 and eth1 of host 2.

I checked any examples in manuals, but didn't find.
Any help on this.

Thanks,
SJK