From owner-freebsd-current Mon Jan 22 14:17:26 1996 Return-Path: owner-current Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id OAA21346 for current-outgoing; Mon, 22 Jan 1996 14:17:26 -0800 (PST) Received: from precipice.shockwave.com (precipice.shockwave.com [171.69.108.33]) by freefall.freebsd.org (8.7.3/8.7.3) with ESMTP id OAA21334 for ; Mon, 22 Jan 1996 14:17:22 -0800 (PST) Received: from localhost.shockwave.com (localhost.shockwave.com [127.0.0.1]) by precipice.shockwave.com (8.7.3/8.7.3) with SMTP id OAA06487; Mon, 22 Jan 1996 14:16:37 -0800 (PST) Message-Id: <199601222216.OAA06487@precipice.shockwave.com> To: Andras Olah cc: current@FreeBSD.ORG Subject: Re: cvs commit: src/sys/netinet tcp_output.c In-reply-to: Your message of "Wed, 17 Jan 1996 11:00:15 +0100." <6235.821872815@curie.cs.utwente.nl> Date: Mon, 22 Jan 1996 14:16:37 -0800 From: Paul Traina Sender: owner-current@FreeBSD.ORG Precedence: bulk From: Andras Olah Subject: Re: cvs commit: src/sys/netinet tcp_output.c On Wed, 17 Jan 1996 01:35:31 PST, Andras Olah wrote: > olah 96/01/17 01:35:28 > > Modified: sys/netinet tcp_output.c > Log: > Be more conservative when T/TCP extensions are disabled. In particular, > do not send data and/or FIN on SYN segments in this case. > > Revision Changes Path > 1.18 +14 -1 src/sys/netinet/tcp_output.c From now on, people should have now problems when using our T/TCP aware finger to query hosts with broken TCP implementations provided that net.inet.tcp.rfc1644 is off. I'd like to ask people, however, not to switch it off by default. If you encounter problems, please send me a note so that I can collect information about non-conformant TCP implementations and eventually find a way to make vendors fix their TCPs. Which, by the way, the next versions of all KA9Q nos programs should have this fixed (thanks to Phil Karn). If anyone needs copies of the proper patch to NOS, let me know.