From nobody Tue Jul 02 18:58:48 2024 X-Original-To: freebsd-questions@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4WDByr1Q0lz5P4BF for ; Tue, 02 Jul 2024 18:59:00 +0000 (UTC) (envelope-from freebsd@fl1ger.de) Received: from smtp.guxx.net (nyx.guxx.net [85.10.208.173]) by mx1.freebsd.org (Postfix) with ESMTP id 4WDByq1pczz4ZBc for ; Tue, 2 Jul 2024 18:58:58 +0000 (UTC) (envelope-from freebsd@fl1ger.de) Authentication-Results: mx1.freebsd.org; dkim=none; dmarc=none; spf=pass (mx1.freebsd.org: domain of freebsd@fl1ger.de designates 85.10.208.173 as permitted sender) smtp.mailfrom=freebsd@fl1ger.de Received: from [192.168.42.135] (p4fc21fc1.dip0.t-ipconnect.de [79.194.31.193]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by nyx.guxx.net (Postfix) with ESMTPSA id D21C05F40422; Tue, 2 Jul 2024 18:58:49 +0000 (UTC) From: Ralf Weber To: "Kevin P. Neal" Cc: FreeBSD Mailing List Subject: Re: IPv6 Date: Tue, 02 Jul 2024 20:58:48 +0200 X-Mailer: MailMate (1.14r6038) Message-ID: <6516CA84-3DDF-44E8-BB51-88D2C206C086@fl1ger.de> In-Reply-To: References: <38514ddc-a1f8-49c6-bcf9-c552da53e554@cloudzeeland.nl> <281A2C29-5605-471D-8762-191E1BA808FD@fl1ger.de> List-Id: User questions List-Archive: https://lists.freebsd.org/archives/freebsd-questions List-Help: List-Post: List-Subscribe: List-Unsubscribe: X-BeenThere: freebsd-questions@freebsd.org Sender: owner-freebsd-questions@FreeBSD.org MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Spamd-Bar: -- X-Spamd-Result: default: False [-2.95 / 15.00]; NEURAL_HAM_LONG(-1.00)[-1.000]; NEURAL_HAM_MEDIUM(-0.97)[-0.971]; NEURAL_HAM_SHORT(-0.87)[-0.875]; R_SPF_ALLOW(-0.20)[+mx]; MIME_GOOD(-0.10)[text/plain]; RCVD_NO_TLS_LAST(0.10)[]; ONCE_RECEIVED(0.10)[]; RCVD_COUNT_ONE(0.00)[1]; RCVD_VIA_SMTP_AUTH(0.00)[]; ARC_NA(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:24940, ipnet:85.10.192.0/18, country:DE]; RCPT_COUNT_TWO(0.00)[2]; R_DKIM_NA(0.00)[]; TO_MATCH_ENVRCPT_SOME(0.00)[]; FROM_EQ_ENVFROM(0.00)[]; MID_RHS_MATCH_FROM(0.00)[]; TO_DN_ALL(0.00)[]; MLMMJ_DEST(0.00)[freebsd-questions@freebsd.org]; DMARC_NA(0.00)[fl1ger.de]; FROM_HAS_DN(0.00)[] X-Rspamd-Queue-Id: 4WDByq1pczz4ZBc Moin! On 26 Jun 2024, at 2:49, Kevin P. Neal wrote: > So, really, if the documentation is to be believed the only setting tha= t > would be needed is ServerAliveInterval since it defaults to zero. That is correct. You might want the connection to die at some point when = the network is gone so setting ServerAliveCountMax has some value. Sorry = got it backwards initially. So long -Ralf =E2=80=94=E2=80=94- Ralf Weber