I'm playing with B4J and B4R sending/receiving UDP-packets. As it seems, in B4J own packets are received, too. In B4R not. Are these filtered automatically?
Yes. No big issue, just wondering as in B4J own packets arrive (as expected as it is broadcasted), in B4R own packets don't arrive, only (wanted) "foreign".
In B4J:
B4X:
usocket.Initialize2("usocket", 51042, 8192, True, False) 'reuse is set to true
'to allow multiple applications to listen to this port
Log($"Broadcast address: ${usocket.GetBroadcastAddress}"$)
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.