lnobad / lidgren-network-gen3

Automatically exported from code.google.com/p/lidgren-network-gen3
0 stars 0 forks source link

Access to the local network card address mode not strict enough. #118

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
By viewing the source code, I found the development library just to obtain the 
first local active card, in the complex environment of the client often 
recognition errors.
Moreover even if only one network card, may also have more than one IP address, 
IP address access mode is the only access to the first IP address.
The development of library is very powerful, hope to fix small problems, thank 
you!

Original issue reported on code.google.com by qqan...@gmail.com on 26 May 2012 at 1:31

GoogleCodeExporter commented 9 years ago
Use NetPeerConfiguration.LocalAddress to choose an IP (and thus an adapter) 
before initializing the peer.

Original comment by lidg...@gmail.com on 26 May 2012 at 6:40