spacechase0 / StardewValleyMP

Temporary solution for multiplayer until official multiplayer is released.
MIT License
38 stars 17 forks source link

LAN Discovery: Use all network interfaces #66

Closed spacechase0 closed 7 years ago

spacechase0 commented 7 years ago

This hopefully will fix issues with Hamachi, Evolve, Tunngle, etc. (Not sure on that though, just a guess. I think those work based on virtual network interfaces?)

Implementing this with normal connections would probably be necessary too, since LAN discovery isn't the actual connection.

https://stackoverflow.com/a/436898 https://stackoverflow.com/a/15808915

If necessary: https://stackoverflow.com/a/49545