You've already forked lidgren-network-gen3
mirror of
https://github.com/lidgren/lidgren-network-gen3.git
synced 2026-05-15 22:56:30 +09:00
Receiving an ack for a reliable message sent less than two seconds ago will postpone timeout
This commit is contained in:
@@ -106,6 +106,11 @@ namespace Lidgren.Network
|
||||
m_remoteEndPoint = endPoint;
|
||||
}
|
||||
|
||||
internal void ResetTimeout(double now)
|
||||
{
|
||||
m_timeoutDeadline = now + m_peerConfiguration.m_connectionTimeout;
|
||||
}
|
||||
|
||||
internal void SetStatus(NetConnectionStatus status, string reason)
|
||||
{
|
||||
// user or library thread
|
||||
|
||||
Reference in New Issue
Block a user