Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 21 Apr 1998 16:40:34 -0400 (EDT)
From:      "Matthew N. Dodd" <winter@jurai.net>
To:        "Larry S. Lile" <lile@stdio.com>
Cc:        tokenring@FreeBSD.ORG
Subject:   Re: Current work...
Message-ID:  <Pine.BSF.3.96.980421163558.523h-100000@sasami.jurai.net>
In-Reply-To: <Pine.SUN.3.91.980421161736.6630G-100000@heathers2.stdio.com>

next in thread | previous in thread | raw e-mail | index | archive | help

On Tue, 21 Apr 1998, Larry S. Lile wrote:
> Yes, but there is some minimum and some maximum and by default we should
> pick some arbitrary point and let each driver adjust it to fit its
> insertion speed.  Also source routing can (I think) can affect the
> header size of the packets. 

We need to set our min and max based on line speed and let the user adjust
to some value between if they desire.  Min will probably be the same for
both.

Routing info only takes 30 octets, so we have to consider that as well.

Also remember that all our data rides around in 802.2 packets so we have
those headers to deal with as well.

Eventually, our frame type code will deal with MTUs instead of
ethernet/fddi/tokenring.  The device will still determine the hard MTU but
we have to have a way of supporting multiple MTUs per i/f.  We don't
really need to worry about that for now.

If you like, you can do what the FDDI code did and just use all the
ether_* stuff.

/* 
   Matthew N. Dodd		| A memory retaining a love you had for life	
   winter@jurai.net		| As cruel as it seems nothing ever seems to
   http://www.jurai.net/~winter | go right - FLA M 3.1:53	
*/


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-tokenring" 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.96.980421163558.523h-100000>