RevenantX / LiteNetLib

Lite reliable UDP library for Mono and .NET
https://revenantx.github.io/LiteNetLib/index.html
MIT License
3k stars 489 forks source link

Multiple Interface problem #539

Closed mitsh closed 6 months ago

mitsh commented 6 months ago

fixed routing for multiple interface

RevenantX commented 6 months ago

@mitsh Hi! Thanks, but i think this should be optional. Can you add DontRoute as NetManager field and pass to this call?

mitsh commented 6 months ago

Hi @RevenantX yes you are right. let me do it and make a PR. thanks!