From owner-freebsd-current@FreeBSD.ORG Wed Oct 15 23:57:13 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A300D16A4B3 for ; Wed, 15 Oct 2003 23:57:13 -0700 (PDT) Received: from smtp1.knology.net (smtp1.knology.net [24.214.63.226]) by mx1.FreeBSD.org (Postfix) with SMTP id B9AC343FE0 for ; Wed, 15 Oct 2003 23:57:12 -0700 (PDT) (envelope-from jamnt@knology.net) Received: (qmail 14412 invoked from network); 16 Oct 2003 06:57:12 -0000 Received: from unknown (HELO knology.net) (69.1.1.32) by smtp1.knology.net with SMTP; 16 Oct 2003 06:57:12 -0000 Message-ID: <3F8E4147.1080801@knology.net> Date: Thu, 16 Oct 2003 02:57:11 -0400 From: Michal User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.5b) Gecko/20030919 X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-current@freebsd.org Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: samba 3 on CURRENT and net.inet.tcp.blackhole X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 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: Thu, 16 Oct 2003 06:57:13 -0000 setting net.inet.tcp.log_in_vain=1 did not bring anything informative. What I found is that when setting net.inet.tcp.blackhole=1, then smbclient will work instantly. If next I set it to net.inet.tcp.blackhole=2 then it again works without delay. However if I set net.inet.tcp.blackhole=2 directly I will have to wait 90 secs for the connection. So as Don Levis suggested I should wait a little longer. Michal