From mboxrd@z Thu Jan 1 00:00:00 1970 From: Greg McGary To: gdb-patches@cygnus.com Subject: Re: Forward from GNU volunteer coordination Date: Tue, 31 Mar 1998 01:05:00 -0000 Message-id: References: X-SW-Source: 1998/msg00034.html > ... If a simple > self-contained implementation of IP and TCP is impractical, it might be > necessary to design a new, simple protocol based directly on ethernet. I've done UDP stubs for embedded systems. Standalone UDP is quite serviceable and much easier to implement than TCP and has the advantage of being useable across IP internets, whereas a custom direct-ethernet protocol would not.