Proper Port Forwarding
Chuck Swiger
cswiger at mac.com
Thu Jun 7 17:44:25 UTC 2012
On Jun 7, 2012, at 10:29 AM, Michael Sierchio wrote:
> On Thu, Jun 7, 2012 at 10:27 AM, Michael Sierchio <kudzu at tenebras.com> wrote:
>> net.inet.tcp.finwait2_timeout: 60000 <- ms, ten minutes
>
> I can't do arithmetic, but you get the idea. A full minute.
Yes; that's already shorter than possible MAXTTL value of packets, which can be anywhere up to 255 seconds (~= 5 minutes).
Well, it's usually OK for a webserver to decide that it doesn't need to wait around for clients to properly shutdown their HTTP connections, but one might want to be more careful about zapping sockets early for HTTPS/SSL connections (ie, an online store doing a CC transaction or the like).
Regards,
--
-Chuck
More information about the freebsd-questions
mailing list