UDP socket on the same host..
Visual Basic
1
Posts
1
Posters
0
Views
1
Watching
-
I have ceated two application, each having a UDP socket.One applicaion broadcast data in network using udp socket and other application search for the same in the network and if it finds the data it respond. Now problem is when I use applications on different machines then it works fine.But when I use both application on the same machine then one application never search the broadcasted data. How can I make changes like "loopBack" so that when both application run on the same machine, it works fine... Thanks in adv....