fix comment

This commit is contained in:
ZappoMan 2013-11-08 02:25:51 -08:00
parent 20c66386f8
commit a708486834

View file

@ -137,7 +137,7 @@ bool PacketSender::process() {
keepGoing = (packetsThisCall < packetsPerCall) && (packetsLeft > 0); keepGoing = (packetsThisCall < packetsPerCall) && (packetsLeft > 0);
} }
// if threaded and we only sent one packet, we still want to sleep.... // if threaded and we haven't slept? We want to sleep....
if (isThreaded() && !hasSlept) { if (isThreaded() && !hasSlept) {
now = usecTimestampNow(); now = usecTimestampNow();
uint64_t elapsed = now - _lastSendTime; uint64_t elapsed = now - _lastSendTime;