Search Results
Search results 1-3 of 3.
This site uses cookies. By continuing to browse this site, you are agreeing to our Cookie Policy.
-
Hello, i am currently in the process of porting a OPC UA Stack to emNet. I am struggeling with the fact, that emNet isn't fully Berkeley socket compatible. For example the function setsockopt() doesnt support many hints: - IP_MULTICAST_LOOP - IP_MULTICAST_IF - IP_ADD_MEMBERSHIP - IP_DROP_MEMBERSHIP Those are all functions related to Multicast. IF i understand right, I can mimic the IP_ADD/IP_DROP_MEMBERSHIP options with the emNet Functions IP_IGMP_JoinGroup()/IP_IGMP_LeaveGroup(). Am i right wit…