On Sun, Feb 29, 2004 at 03:15:48AM +0100, Jeroen van Disseldorp wrote:
> Can the same construction be used for opening up a socket on the guest,
> which gets mirrored on the host running a client app? Using this
> construction would allow client/server communication between two UMLs
> over a unix socket on the host.
I'm uncertain what the basic implementation should be. If it's a device (i.e.
made with mknod), I'm not sure that's usable as a socket because I don't think
there are accept/connect methods in the character device ops.
If so, that means it needs to be a real socket, and the only room in there
that I know of for plugging in random things is to add a new address family.
> Is such a driver available/in the works?
No, it's been talked about, but no one has done anything.
Jeff
-------------------------------------------------------
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps & Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click
|