From owner-freebsd-questions@freebsd.org Mon May 30 18:57:19 2016 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 21C9BB5482F for ; Mon, 30 May 2016 18:57:19 +0000 (UTC) (envelope-from b.manas.88@gmail.com) Received: from mail-qg0-x235.google.com (mail-qg0-x235.google.com [IPv6:2607:f8b0:400d:c04::235]) (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 D3B651A0B for ; Mon, 30 May 2016 18:57:18 +0000 (UTC) (envelope-from b.manas.88@gmail.com) Received: by mail-qg0-x235.google.com with SMTP id p34so11679684qgp.1 for ; Mon, 30 May 2016 11:57:18 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc; bh=OH1OMhPUuIzNqVymh0H9Ap+8y1ocVgqy/SmsrVBmyOA=; b=KX7URjyDvuvFiPWB+734Q2g1kQkQRJHqweJVfZl7yVCAMaiXbwYzdKIWlHSyOso85S KTc1FJjK5nfgOdX/VXMeAx+ANLFyFFTVy9+Rp6FJbncZi2oyuuUcuvl6CSqx4KQucBEk eCcGfMif4+ww4DRvmNbtQU6BIPRhNPaGDSxgrTurbALefxGMTzvDeRQgQoFlJeYy4suQ UHvUMSvrGloxS48Gqj7BBOFatfU3379b7x7iKF+OuVgIPxmxvDtSzaZ1QDzOVwcvpGMX dC4dmF9N6HRzJpbDbOBLe5YaYaZvw7gSW69cRldmiYMDT6fuw8QWCJFsIaR/O2atVmQP FaKw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc; bh=OH1OMhPUuIzNqVymh0H9Ap+8y1ocVgqy/SmsrVBmyOA=; b=UcwmKqTkBaBKxftte6BMPpiapiV2dPEzeUrlq002DBkdi7JXB/PapF6UTcq0nhSU8t Lxa9cDoVj736I1Z9q9cYLoZ3sdUw387DvJmADDm3EiVb2cOe0fWamntZWLdK8A15Lp1o LWjaxauPRC5XHa3wtXO4QeID+Efag1bKQGnTjRK2tU+4/kDRBxRgV/Fdlwy+KJOqEjhP L0Kr+GXy2NN6ALDSZcxUxyqCZ/AoJhm5g1I4Ozgt0XaAFRbvEkYiKLxQ7lOmockxWOxm K2gsXL3EOm60jGovcQ5cWjFCnXLIaGGLWgDH7M0eTGGofL4C01+sIx1iWqFq42DUzUVy 1rcg== X-Gm-Message-State: ALyK8tJGdOWmmtRNT2jXN6S/qDGum80Onaae/g3Kv3g9RFJmvwkxUxQtia3hoKJki5lPwaKx8Ofabx5R72FJYQ== MIME-Version: 1.0 X-Received: by 10.140.32.198 with SMTP id h64mr26428037qgh.53.1464634637790; Mon, 30 May 2016 11:57:17 -0700 (PDT) Received: by 10.140.21.146 with HTTP; Mon, 30 May 2016 11:57:17 -0700 (PDT) In-Reply-To: <20160530111330.67b480d76093966b634e3a54@yahoo.es> References: <20160530111330.67b480d76093966b634e3a54@yahoo.es> Date: Mon, 30 May 2016 14:57:17 -0400 Message-ID: Subject: Re: Possible bug with SCTP and iperf3? From: Manas Bhatnagar To: Eduardo Morras Cc: freebsd-questions@freebsd.org Content-Type: text/plain; charset=UTF-8 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 30 May 2016 18:57:19 -0000 Hello Eduardo :) > How do you run the server? Had you a log file? Did you run it as root? Try: The server was run as root using 'iperf3 -s' >Didn't -P for tcp/udp connections only for emulate sctp multistream capability? AFAIK you don't need both. Yeah, I can't claim to know what I was doing when I ran those commands. You're probably right about not needing both. I saw the arguments in the manual and thought I'd try some of them out (though, in retrospect, I really should not have been running the server as root). Unfortunately the system that was running this is currently performing other tasks and I can't risk a reboot. I will try to find another system that I can test on and get back to you. Thanks for you response, Manas