mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-02-12 08:47:50 +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()
|
UDPAckTrack::threadProc()
|
||||||
{
|
{
|
||||||
for ( ; ; ) {
|
for ( ; ; ) {
|
||||||
sleep( 30 );
|
sleep( m_ackLimit / 2 );
|
||||||
vector<uint32_t> older;
|
vector<uint32_t> older;
|
||||||
{
|
{
|
||||||
MutexLock ml( &m_mutex );
|
MutexLock ml( &m_mutex );
|
||||||
|
|
Loading…
Add table
Reference in a new issue