mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-02-06 20:45:54 +01:00
sleep time should depend on configured ACK expiry
This commit is contained in:
parent
d3c15eb58b
commit
f6b34fcbbc
1 changed files with 1 additions and 1 deletions
|
@ -141,7 +141,7 @@ void*
|
|||
UDPAckTrack::threadProc()
|
||||
{
|
||||
for ( ; ; ) {
|
||||
sleep( 30 );
|
||||
sleep( m_ackLimit / 2 );
|
||||
vector<uint32_t> older;
|
||||
{
|
||||
MutexLock ml( &m_mutex );
|
||||
|
|
Loading…
Add table
Reference in a new issue