From owner-freebsd-questions Mon Feb 26 12:47:13 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id MAA14793 for questions-outgoing; Mon, 26 Feb 1996 12:47:13 -0800 (PST) Received: from gvr.win.tue.nl (root@gvr.win.tue.nl [131.155.210.19]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id MAA14781 for ; Mon, 26 Feb 1996 12:47:08 -0800 (PST) Received: by gvr.win.tue.nl (8.6.10/1.53) id VAA05875; Mon, 26 Feb 1996 21:46:44 +0100 From: guido@gvr.win.tue.nl (Guido van Rooij) Message-Id: <199602262046.VAA05875@gvr.win.tue.nl> Subject: Re: invalid option in TCP header To: pmac@til_cad1.kasten.on.ca (Peter MacKenzie) Date: Mon, 26 Feb 1996 21:46:44 +0100 (MET) Cc: questions@freebsd.org In-Reply-To: <199602261727.JAA02503@freefall.freebsd.org> from "Peter MacKenzie" at Feb 26, 96 12:30:15 pm X-Mailer: ELM [version 2.4 PL24] Content-Type: text Sender: owner-questions@freebsd.org Precedence: bulk Peter MacKenzie wrote: > > Is there an invalid option in the option list of the TCP header with > FreeBSD 2.1.0? > > When I open a telnet session the first packet has the SYN control bit > correctly set. The first four bytes of the TCP options correctly refer > to the maximum segment size however the next byte is a no operation option > (01, should this be an end of option list) and the next one is (as far > as I am aware) an invalid option (03). Does BSD expect that this should > be ignored or is there a new option that I am not aware of? This is the window scale factor. Thta has been around for a long time. There are others as well. See rfc1323 (window scale and timestamp) and rfc1644 (T/TCP). -Guido