You've already forked lidgren-network-gen3
mirror of
https://github.com/lidgren/lidgren-network-gen3.git
synced 2026-05-06 02:11:06 +09:00
More SRP work (still not working 100%)
This commit is contained in:
@@ -113,7 +113,7 @@ namespace Lidgren.Network
|
||||
|
||||
m_listenPort = boundEp.Port;
|
||||
|
||||
long first = (pa == null ? (long)0 : (long)pa.GetHashCode());
|
||||
long first = (pa == null ? (long)this.GetHashCode() : (long)pa.GetHashCode());
|
||||
long second = (long)((long)boundEp.GetHashCode() << 32);
|
||||
m_uniqueIdentifier = first ^ second;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user