From owner-freebsd-net@FreeBSD.ORG Mon Sep 26 14:23:47 2011 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0EE05106564A for ; Mon, 26 Sep 2011 14:23:47 +0000 (UTC) (envelope-from yilinjing2006@gmail.com) Received: from sam.nabble.com (sam.nabble.com [216.139.236.26]) by mx1.freebsd.org (Postfix) with ESMTP id DF0F18FC17 for ; Mon, 26 Sep 2011 14:23:46 +0000 (UTC) Received: from [192.168.236.26] (helo=sam.nabble.com) by sam.nabble.com with esmtp (Exim 4.72) (envelope-from ) id 1R8C5y-0003fH-Ex for freebsd-net@freebsd.org; Mon, 26 Sep 2011 07:23:46 -0700 Date: Mon, 26 Sep 2011 07:23:46 -0700 (PDT) From: jyl_2006 To: freebsd-net@freebsd.org Message-ID: <1317047026455-4841537.post@n5.nabble.com> In-Reply-To: References: <1316871818655-4836594.post@n5.nabble.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Subject: Re: message from sctp getsockopt or sctp_opt_info show error X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Sep 2011 14:23:47 -0000 OK ,In Ubuntu, I use getsockopt to get sctp_status with lksctp tarball, the result show me that only sender get the correct value about cwnd , the receive's cwnd keep the same value. Second time, I use Ubuntu as sender and use FreeBSD 9.0 as receiver, and I does not set any system parameters by using command sysctl. Both the receiver and sender set subscribe.sctp_data_io_event = 1; subscribe.sctp_association_event = 1; The result same with the first time. So , does something I did wrong or steps I missed? -- View this message in context: http://freebsd.1045724.n5.nabble.com/message-from-sctp-getsockopt-or-sctp-opt-info-show-error-tp4836594p4841537.html Sent from the freebsd-net mailing list archive at Nabble.com.