> Ho to configure the groupSocket object fed into an BasicUDPSource to read an
> incoming unicast UDP stream?
Using 0 as the 'group address' should work - i.e.,
struct in_addr inputAddress; inputAddress.s_addr = 0;
Port const inputPort(); // replace this with the actual port
Hi Ross,
Ho to configure the groupSocket object fed into an BasicUDPSource to read
an incoming unicast UDP stream?
Thanks in advance
--
Achraf Gazdar
Associate Professor on Computer Science
Hana Research Unit, CRISTAL Lab.
http://www.hana-uma.org
Tunisia
__