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:
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 with this assumption? Are there any possibilitys for the IP_MULTICAST_LOOP/IF option?
Best regards
Henrik
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
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 with this assumption? Are there any possibilitys for the IP_MULTICAST_LOOP/IF option?
Best regards
Henrik