osv wrote: 
> I browsed through the castcore.c in order to understand some log
> messages and the following does not seem correct to me:
> 1. The first line should obviously be read 
> > 
Code:
--------------------
  >   > 
  >                     LOG_SDEBUG("[%p]: recvID %u (waitID %u)", Ctx,  
requestId, Ctx->waitId);
  > 
--------------------
> > 
> 
Yes
> 
> 2. The "expected request acknowledge" condition should be "Ctx->waitId
> && Ctx->waitId == requestId", otherwise any message with greater ID is
> treated as an acknowledgement.
No, this is a precaution in case an ack is missed. Message are in
sequence, so if the received id is above what I'm waiting for, then it's
a miss, so don't wait anymore. It should not happen but so far in what
I've observe it does



LMS 7.7.5 - 5xRadio, 3xBoom, 4xDuet, 1xTouch, 1 SB2. Sonos 2xPLAY:1,
PLAY:3, PLAY:5, Marantz NR1603, JBL OnBeat, XBMC, Foobar2000, XBoxOne,
JRiver 21, Chromecast Audio, Chromecast v1, Pi B2, Pi B+, 2xPi A+,
Odroid-C1, Cubie2
------------------------------------------------------------------------
philippe_44's Profile: http://forums.slimdevices.com/member.php?userid=17261
View this thread: http://forums.slimdevices.com/showthread.php?t=104614

_______________________________________________
plugins mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/plugins

Reply via email to