Lucio De Re <lu...@proxima.alt.za> once said: > On Mon, Jan 31, 2011 at 09:45:44AM +0000, ish wrote: > > > > afd = announce("udp!*!1234", adir); > > > > and?? > > ... > while (read (afd, ...) > 0) { > write (afd, ...); > } > > ... sort of thing?
This works if you write "headers" to the control file after the announce. Otherwise, you still need to do the listen and accept. See ip(3) for more. Anthony