<html dir="ltr">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style id="owaParaStyle" type="text/css">P {margin-top:0;margin-bottom:0;}</style>
</head>
<body ocsi="0" fpstyle="1" class="" style="word-wrap:break-word">
<div style="direction: ltr;font-family: Tahoma;color: #000000;font-size: 10pt;"><br>
<div style="font-family: Times New Roman; color: #000000; font-size: 16px">
<div>Thank you Ross Finlayson,<br>
<br>
I changed <i><br>
destinationAddress.s_addr = chooseRandomIPv4SSMAddress(*env);</i> <br>
to<br>
<i>destinationAddress.s_addr = our_inet_addr("192.168.31.1");</i><br>
<br>
for testing and now it works, so missing multicast support really is the problem here.<br>
<br>
What is the right way to go on allowing both: multicast or unicast (chosen when creating the server)?<br>
Should I start over from the testOnDemand sample program?<br class="">
</div>
</div>
</div>
</body>
</html>