I got rid of the error messages by adding the folowing line to the
constants section:
...
'solaris' => [17,19,16]
...

Then I had to change the argument of the pack function for setting
IP_MULTICAST_TTL to (solaris seems to have an unsigned_char as a
datatype):
...
unpack 'C', 4,
...
I checked the setting with getsockopt and now there is no more error
message.


-- 
chincheta0815
------------------------------------------------------------------------
chincheta0815's Profile: http://forums.slimdevices.com/member.php?userid=42904
View this thread: http://forums.slimdevices.com/showthread.php?t=83939

_______________________________________________
beta mailing list
beta@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/beta

Reply via email to