[Gambas-bugtracker] Bug #1859: Multicast support in UDPSocket
bugtracker at gambaswiki.org
bugtracker at gambaswiki.org
Tue Aug 18 23:21:31 CEST 2020
http://gambaswiki.org/bugtracker/edit?object=BUG.1859&from=L21haW4-
Comment #3 by Benoît MINISINI:
Done in commit https://gitlab.com/gambas/gambas/-/commit/a86cb7430fd35806b8645b2fbb228030dae98b4d.
UpdSocket has now a Multicast property that has the following properties and methods:
- 'Loop' for enabling/disabling multicast loopback (enabled by default).
- 'Ttl' for setting the multicast TTL (1 by default).
- 'Interface' for setting the multicast interface (by default the system decides).
- 'Join()' to join a multicast group, with an optional specified interface.
- 'Leave()' to leave a multicast group, with an optional specified interface.
Please test it and report!
Benoît MINISINI changed the state of the bug to: NeedsInfo.
More information about the Bugtracker
mailing list