The network read function
  f := open(":1025", "nua")

works fine when the data is specifically addressed to the
station that the program is running on.  However, I'm not able
to get that read to function when the data is addressed to a
multicast address (e.g., 230.0.0.2).  Changing the open
statement to 
  f := open("230.0.0.2:1025", "nua")
doesn't seem to work either.

(Btw, netcat was not able to read the data either, but ethereal
was).

Is there something peculiar about socket reads on a multicast
address?

Wendell


-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Unicon-group mailing list
Unicon-group@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/unicon-group

Reply via email to