On Tue, Dec 2, 2008 at 7:49 PM, Chris Albertson
<[EMAIL PROTECTED]> wrote:
[snip]
> A compromise I've seen is a "hack".  We call it "blindly blasted UDP".
>  You write a special case network stack that only works on a point to
> point Ethernet.  You don't even check for collisions at the Ethernet
> level.

Yes. You use a multicast destination MAC so you do not need to
participate in ARP.

Other than having to store a static packet header, you don't need to
do very much.

Maybe a little code to allow a root owned process to send the proper
destination address over the wire.


_______________________________________________
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
http://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Reply via email to