Search found 1 match

by Birdman
Wed Dec 31, 2014 3:32 pm
Forum: Coding Questions
Topic: Receiving UDP multicast packets?
Replies: 5
Views: 3862

Re: Receiving UDP multicast packets?

I wasn't able to receive Multicast Sockets using Purebasic in C# i used an option like

Code: Select all

s.SetSocketOption(SocketOptionLevel.IP, SocketOptionName.AddMembership, new MulticastOption(ip, IPAddress.Any));
to make this work.

Anyone out there had made this work for purebasic?