On Tue, 12 Sep 2000, Stephen Shirley wrote: > srw-rw-rw- 1 erkki indev 0 Aug 29 12:24 receiver > srw-rw-rw- 1 erkki indev 0 Aug 22 15:04 sender > > I'm pretty sure that these are domain sockets, but how do I > recreate them on my own mahcine? you don't create them. the kernel creates them automagically when the application calls bind() or connect(). > Steve > --paulj