Re: [uml-devel] [PATCH] um: Add a "ucast" ethernet transport

2011-04-18 Thread Nolan Leake
On Wed, 2011-04-13 at 12:58 +0200, Richard Weinberger wrote: > Am Mittwoch 13 April 2011, 01:51:33 schrieb Nolan Leake: > > The "ucast" transport is similar to the mcast transport (and, in fact, > > shares most of its code), only it uses UDP unicast to move packets. > > > > Obviously this is only

[uml-devel] [PATCH] um: Add a "ucast" ethernet transport.

2011-04-18 Thread Nolan Leake
From: Nolan Leake The "ucast" transport is similar to the mcast transport (and, in fact, shares most of its code), only it uses UDP unicast to move packets. Obviously this is only useful for point-to-point connections between virtual ethernet devices. Signed-off-by: Nolan Leake --- Documentat