You've already forked lidgren-network-gen3
mirror of
https://github.com/lidgren/lidgren-network-gen3.git
synced 2026-05-16 07:06:30 +09:00
Handshakes are now resent if lost. Documentation updated.
This commit is contained in:
@@ -229,7 +229,7 @@ namespace Lidgren.Network
|
||||
break;
|
||||
case NetConnectionStatus.RespondedConnect:
|
||||
// send another response
|
||||
hs.SendConnectResponse(false);
|
||||
hs.SendConnectResponse((float)NetTime.Now, false);
|
||||
break;
|
||||
default:
|
||||
// weird
|
||||
|
||||
Reference in New Issue
Block a user