From owner-freebsd-net@FreeBSD.ORG Wed Jul 25 13:04:08 2012 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id B0F40106564A for ; Wed, 25 Jul 2012 13:04:08 +0000 (UTC) (envelope-from ndenev@gmail.com) Received: from mail-wg0-f50.google.com (mail-wg0-f50.google.com [74.125.82.50]) by mx1.freebsd.org (Postfix) with ESMTP id 401A68FC19 for ; Wed, 25 Jul 2012 13:04:08 +0000 (UTC) Received: by wgbds11 with SMTP id ds11so670804wgb.31 for ; Wed, 25 Jul 2012 06:04:07 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=subject:mime-version:content-type:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to:x-mailer; bh=261FynTAHkc6HDPAAcC69j6JusGeLJs8aubDjJAtPzU=; b=0cIgbkM9fzhnJwQ+AI31/w8+9Ko6R6hnvHzx4fs2feLSWTAVO70fjMhGkjPW3SG0Sb ylLfY6Eeb+L2VSG9NhHX3ntFXyfPGPnf6XeuAfFFKK+MuNQuFWxsSDTCF2po4kX5u61b ifka4FjgYLp0Ln+17IDVQ3Wzvtp/DWOC5FAekmX83oa4LEZ6EX2DFULCVYcWeRX37oeo QHXI8HtRXbfzcHBXcqTYhes0nfUAODtlm6Hm0pFrEpIi49K0sQXV8aWBQkKG+wfC11wI f7VFE6LtsFo7HFRjkrZeeBOhdvNkl0XC2IRwGXCdMJ4JLglATgCft6OqHvkZoBNphDG5 n06Q== Received: by 10.180.83.106 with SMTP id p10mr4461379wiy.21.1343221447260; Wed, 25 Jul 2012 06:04:07 -0700 (PDT) Received: from [10.0.0.86] ([93.152.184.10]) by mx.google.com with ESMTPS id bc2sm3935257wib.0.2012.07.25.06.04.05 (version=TLSv1/SSLv3 cipher=OTHER); Wed, 25 Jul 2012 06:04:05 -0700 (PDT) Mime-Version: 1.0 (Apple Message framework v1278) Content-Type: text/plain; charset=iso-8859-1 From: Nikolay Denev In-Reply-To: Date: Wed, 25 Jul 2012 16:04:03 +0300 Content-Transfer-Encoding: quoted-printable Message-Id: References: To: m s X-Mailer: Apple Mail (2.1278) Cc: freebsd-net@freebsd.org Subject: Re: Enable/Disable flow control in FreeBSD 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: Wed, 25 Jul 2012 13:04:08 -0000 On Jul 25, 2012, at 11:47 AM, m s wrote: > Hi all. I want to disbale flow control on network interfaces.I must do = a > test and I can't because flow control in enable.Is it enable as = default?How > I can disable it? > Thanks > _______________________________________________ > freebsd-net@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-net > To unsubscribe, send any mail to "freebsd-net-unsubscribe@freebsd.org" It depends on whether the driver supports it. The drivers that support it can control it with the ifconfig(8) media = options. You can try "ifconfig -m $your_interface" to see if there are any = mediaopts regarding flow control.