[2214] in linux-net channel archive
Re: net module patch
daemon@ATHENA.MIT.EDU (Alan Cox)
Fri Mar 22 14:33:31 1996
From: alan@lxorguk.ukuu.org.uk (Alan Cox)
To: tdyas@eden.rutgers.edu (Tom Dyas)
Date: Fri, 22 Mar 1996 00:12:57 +0000 (GMT)
Cc: bj0rn@blox.se, alan@lxorguk.ukuu.org.uk, linux-net@vger.rutgers.edu
In-Reply-To: <CMM-RU.1.5.827440908.tdyas@er5.rutgers.edu> from "Tom Dyas" at Mar 21, 96 03:41:48 pm
> kernel not compiled for that protocol. However, if and/or when, the
> tcp/ip stuff gets moved into protinfo, the size of the structure will
When. However we won't end up with a single protinfo union because you can
stack protocols. IP over IPX, IP over DDP that kind of stuff all exist. That
means trouble - thats why the AX.25/NetROM stuff is structured via pointers -
you can have a netrom socket carrying multiple sets of IP data itself running
over an AX.25 connection that may be shared with a user socket and/or IP
traffic.
> moot. Makes no difference to me which one is used. We should hash this
> point out, however.
Worry about it post 2.0, because otherwise you are arguing about 'old'
structures.
Alan