Subject: Re: Data link frame agregation protocol
To: Athos Pashiardis <athos_pashiardis@hotmail.com>
From: Bill Studenmund <wrstuden@netbsd.org>
List: tech-net
Date: 04/11/2002 20:11:21
On Fri, 12 Apr 2002, Athos Pashiardis wrote:

> Hello,
>
> We are modyfing the data link layer driver under netbsd. the new data link
> layer protocol implements a special frame encoding which can be utilized to
> hold multiple upper level packets.
>
> Any ideas which files in the NETBSD code we should be looking at?

Not sure. Probably the easiest thing to do is look at your output queue,
and if there are multiple packets, send them all along.

Take care,

Bill