From owner-freebsd-current@freebsd.org Fri May 20 14:44:01 2016 Return-Path: Delivered-To: freebsd-current@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 D98A1B42C86 for ; Fri, 20 May 2016 14:44:01 +0000 (UTC) (envelope-from bu7cher@yandex.ru) Received: from forward12h.cmail.yandex.net (forward12h.cmail.yandex.net [IPv6:2a02:6b8:0:f35::9d]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "forwards.mail.yandex.net", Issuer "Yandex CA" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 6025B1ABC for ; Fri, 20 May 2016 14:44:01 +0000 (UTC) (envelope-from bu7cher@yandex.ru) Received: from smtp1h.mail.yandex.net (smtp1h.mail.yandex.net [84.201.187.144]) by forward12h.cmail.yandex.net (Yandex) with ESMTP id 5747420F51; Fri, 20 May 2016 17:43:57 +0300 (MSK) Received: from smtp1h.mail.yandex.net (localhost [127.0.0.1]) by smtp1h.mail.yandex.net (Yandex) with ESMTP id 276BC13408EA; Fri, 20 May 2016 17:43:55 +0300 (MSK) Received: by smtp1h.mail.yandex.net (nwsmtp/Yandex) with ESMTPSA id 4Miq9wtBCf-htB4nMJV; Fri, 20 May 2016 17:43:55 +0300 (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client certificate not present) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.ru; s=mail; t=1463755435; bh=MomOaEPMit5XnnrNKj8xi/O6U+uqIu8usW3pv0RuvXo=; h=Subject:To:References:Cc:From:Message-ID:Date:User-Agent: MIME-Version:In-Reply-To:Content-Type; b=RV31nd+BhTJW0F5BF19U0RXgv6wLppohuxCABz6/noglgsc6SuH0I/utagKf8B3T0 4+6e8AlpLc3btCSaRBIaXMHZze81XWaqvYq+zjPx9asKfYYufvE9tM7FzXolu5JjIJ C/OS+b9LHPch6W3vI3FMZiDIw0Yuk5O4zKR09DU4= Authentication-Results: smtp1h.mail.yandex.net; dkim=pass header.i=@yandex.ru X-Yandex-ForeignMX: US X-Yandex-Suid-Status: 1 0,1 0,1 0,1 0 Subject: Re: CURRENT: ipfw: problems with timeouts and worse network performance To: "O. Hartmann" , Jan Bramkamp References: <20160520140152.3ab6fe44@hermann> <20160520125401.GC2371@vzakharov> <38888426-4d91-56ed-9ab3-0d516b0b8d46@rlwinm.de> <20160520135109.GD2371@vzakharov> <0429473a-6bb6-70cb-05ca-fe0e83c173a0@rlwinm.de> <20160520162301.4ebbd679.ohartman@zedat.fu-berlin.de> Cc: Vladimir Zakharov , freebsd-current@freebsd.org From: "Andrey V. Elsukov" Message-ID: <573F2223.2090800@yandex.ru> Date: Fri, 20 May 2016 17:41:39 +0300 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:38.0) Gecko/20100101 Thunderbird/38.7.1 MIME-Version: 1.0 In-Reply-To: <20160520162301.4ebbd679.ohartman@zedat.fu-berlin.de> Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="Ee5R9Td4VmdjtrVSHfRVg8vUE3NsTNw0O" X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 May 2016 14:44:01 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --Ee5R9Td4VmdjtrVSHfRVg8vUE3NsTNw0O Content-Type: multipart/mixed; boundary="NLqaGfPVNPWxIslud92hUOqt9F5u7FmNL" From: "Andrey V. Elsukov" To: "O. Hartmann" , Jan Bramkamp Cc: Vladimir Zakharov , freebsd-current@freebsd.org Message-ID: <573F2223.2090800@yandex.ru> Subject: Re: CURRENT: ipfw: problems with timeouts and worse network performance References: <20160520140152.3ab6fe44@hermann> <20160520125401.GC2371@vzakharov> <38888426-4d91-56ed-9ab3-0d516b0b8d46@rlwinm.de> <20160520135109.GD2371@vzakharov> <0429473a-6bb6-70cb-05ca-fe0e83c173a0@rlwinm.de> <20160520162301.4ebbd679.ohartman@zedat.fu-berlin.de> In-Reply-To: <20160520162301.4ebbd679.ohartman@zedat.fu-berlin.de> --NLqaGfPVNPWxIslud92hUOqt9F5u7FmNL Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: quoted-printable On 20.05.16 17:23, O. Hartmann wrote: > The problem is simpel to trigger: have firewall type "WORKSTATION" conf= igured, IPFW > active (I have IPFW statically in-kernel-compiled, no modules so far). = Have /usr/src as a > svn+https repository and try a svn update of the source tree. Hi, it looks like r300143 broke it. I'm looking now why. --=20 WBR, Andrey V. Elsukov --NLqaGfPVNPWxIslud92hUOqt9F5u7FmNL-- --Ee5R9Td4VmdjtrVSHfRVg8vUE3NsTNw0O Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/ iQEcBAEBCAAGBQJXPyIjAAoJEAHF6gQQyKF6ZkMH+gOymTH5DH1IQuAQJpDlnnYx NjEciyprLuVIysqiJqOPo4eTvlOkdr4kgFZFXezmXTtkvoYFu0Y+CmcFswqjfk0M r36X/9kIvjchIlwSMRVHUbRFR80LPW/BsF9yxQFPM+U9E0axEAytkAQV/C64olCm cFlimfK2N1r8yO2Au6vHcyvZAdH0bS88Mq3CgSB24dNI8Sevf9EmjWWoLM8LSgiL dIbVQmDKnVZguqnU36/hJE8ZbsNq1zgM0oxZKacM2rKEOF42CW9xZePdf6s55r4C NWJgq/6aQvEdG9QLaOMTAD4cFtB8ryNNtR8hDndOBvgYzWcFIsM7okmr0OuPFgs= =QtUl -----END PGP SIGNATURE----- --Ee5R9Td4VmdjtrVSHfRVg8vUE3NsTNw0O--