Welcome, Guest. Please login or register. Did you miss your activation email?

Author Topic: UDP broadcast sent via wrong adapter  (Read 4520 times)

0 Members and 1 Guest are viewing this topic.

tomasK

  • Newbie
  • *
  • Posts: 2
    • View Profile
UDP broadcast sent via wrong adapter
« on: January 16, 2019, 12:11:52 am »
Hey guys,

I have similar issue like is discussed here https://en.sfml-dev.org/forums/index.php?topic=20779.0
but it's quite old topic and on top of that it was closed as resolved.

But I don't think, it was really resolved. That guy just found some workaround, but disabling other adapters isn't real solution.

In mine case was broadcast mainly sending to Npcap Loopback Adapter.
And then to VirtualBox Host-Only Network.

When I disabled both of them, finally my broadcast was sent to wireless network connection.
I didn't tested it with LAN yet. On other machines without virtual adapters it is working fine.

It seems, that it is bug in SFML where is prioritized virtual adapters during sending broadcasts.
Because other communication is working as expected.

And yes, I'm using windows and SFML 2.4.2.

Anyone encountered with similar issue?
Have you found some software solution?
« Last Edit: January 17, 2019, 01:45:25 am by tomasK »

 

anything