That was it! Thanks!
Primoz
> Hi Primoz,
> maybe the ReuseAddr property?
> This is my Implementation:
> procedure TUDP.StartRx;
> begin
> Disconnect;
> pLocalIP:=trim(pLocalIP);
> if (pLocalIP<>'')and(pLocalPort>0) then
> begin
> fWS.Proto:='udp';
> fWS.MultiThreaded:=pMultiThre
Hi Primoz,
maybe the ReuseAddr property?
This is my Implementation:
procedure TUDP.StartRx;
begin
Disconnect;
pLocalIP:=trim(pLocalIP);
if (pLocalIP<>'')and(pLocalPort>0) then
begin
fWS.Proto:='udp';
fWS.MultiThreaded:=pMultiThreaded;
fWS.Addr:=pLocalIP;
fWS.Port:=inttostr
Hello, Everybody!
I have some problems with multicasting implementation, most probably
caused by my insufficient understanding of the subject.
I have multiple applications that can stream and listen on multicasted
traffic. Because I want them to bind only to one physical interface,
I'm initializi