Home › Forums › Support › [PROBLEM] ConnectionInfo+NAT › Reply To: [PROBLEM] ConnectionInfo+NAT
May 6, 2013 at 12:49
#829
Anonymous
Inactive
Thank you. Could the problem possibly be in this block?
internal void UpdateInfoAfterRemoteHandshake(ConnectionInfo handshakeInfo)
{
lock (internalLocker)
{
NetworkIdentifier = handshakeInfo.NetworkIdentifier;
RemoteEndPoint = handshakeInfo.LocalEndPoint;
IsConnectable = handshakeInfo.IsConnectable;
}
}
In this line?
RemoteEndPoint = handshakeInfo.LocalEndPoint;