Link to home
Start Free TrialLog in
Avatar of Roger Alcindor
Roger Alcindor

asked on

Indy 10 not Receiving UDP broadcast

I am having trouble receiving a UDP broadcast packet being sent to UDP port 21822.
I can confirm that the broadcast is present from the attached Wire-Shark screenshot (packet 3). I am using C++ builder XE10.1 Berlin with an Indy 10 UDP Server control, configured as per the attached IDE screenshot which also shows the event handler which I would expect to get triggered.
Can anyone explain why the OnUDPRead handler is not being triggered ?
I also attach the results of an ipconfig command execution to show the PC network connections.

Thanks,

Roger
C--Users-roger-Downloads-Screenshots.PNG
C--Users-roger-Downloads-Screenshots.JPG
C--Users-roger-Downloads-temp-ipconf.txt
Avatar of Roger Alcindor
Roger Alcindor

ASKER

Sorry, the wrong file was updated for the wireshark screenshot. Here is the correct one
C--Users-roger-Downloads-Screenshots.JPG
ASKER CERTIFIED SOLUTION
Avatar of Roger Alcindor
Roger Alcindor

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Worked it out in the end as per my previous comment.