Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 14 Jul 1998 20:59:13 +0100 (BST)
From:      Doug Rabson <dfr@nlsystems.com>
To:        Bruce Evans <bde@FreeBSD.ORG>
Cc:        cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG
Subject:   Re: cvs commit: src/sys/netinet tcp.h tcp_var.h
Message-ID:  <Pine.BSF.3.95q.980714205556.342H-100000@herring.nlsystems.com>
In-Reply-To: <199807131109.EAA15022@freefall.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, 13 Jul 1998, Bruce Evans wrote:

> bde         1998/07/13 04:09:57 PDT
> 
>   Modified files:
>     sys/netinet          tcp.h tcp_var.h 
>   Log:
>   Declare tcp_seq and tcp_cc as fixed-size types.  Half fixed type
>   mismatches exposed by this (the prototype for tcp_respond() didn't
>   match the  function definition lexically, and still depends on a
>   gcc feature to match if ints have more than 32 bits).

I found these too.  I didn't commit them because they are mixed up with a
fix for the revolting hack of overlaying a double-linked-list onto part of
the ip header for ip and tcp reassembly.

I have pulled in some code from NetBSD which queues packets for reassembly
by allocating a queue structure which holds onto the packet.  Its much
tidier (and it actually works on the alpha) but I haven't tested it
properly on i386.

--
Doug Rabson				Mail:  dfr@nlsystems.com
Nonlinear Systems Ltd.			Phone: +44 181 951 1891
					Fax:   +44 181 381 1039


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.3.95q.980714205556.342H-100000>