RevenantX / LiteNetLib

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

Sort Network Interfaces to prefer Wifi over Cellular (local ip) #523

Closed starburst997 closed 1 year ago

starburst997 commented 1 year ago

Most phones are going to have both Cellular and Wifi at the same time and GetLocalIp is going to return the IP of the cellular network first most of the times it seems. Instead this sort the network interfaces to prioritize Wifi over Cellular.

Works for my use-case, not sure this is best approach tho, so feels free to just close this.