Re: [linux-minidisc] compiling libnetmd and netmdcli on windows


On Sep 16, 2011, at 6:36 PM, John Paul Adrian Glaubitz wrote:

> I applied the patch and it actually makes the transfers unreliable on my MZ-RH10.
> 
> The reliability problems definitely occur with the patch only. I suppose
> it's a timing problem related with the delay changed in the patch
> in netmd_poll() in libnetmd/common.c
> 
> Why was that changed?

Ok, changing the delay back to 1000 ms fixes the reliability problems
with my MZ-RH10.

I see that Michael claimed that 1000 ms delay (translating into 1 Hz
polling frequency) is actually too long and should be changed to
200 ms (5 Hz). But why?

Adrian