Increase packet timeout on DTSC packets

This commit is contained in:
Thulinma 2016-08-01 20:59:19 +02:00
parent bd174d6db0
commit 1b091987bb

View file

@ -131,7 +131,7 @@ namespace DTSC {
return; return;
} }
if(!src.spool()){ if(!src.spool()){
if (sleepCount++ > 50){ if (sleepCount++ > 150){
WARN_MSG("Waiting for packet on connection timed out"); WARN_MSG("Waiting for packet on connection timed out");
return; return;
} }