Re: [Faudiostream-devel] how can the new -dlm 1 mode work?

2020-05-24 Thread Stéphane Letz
> Le 24 mai 2020 à 18:42, Oleg Nesterov a écrit : > > Hi Stephane, > > I am puzzled by the recent commit 6376d58dbb0b169 ("Add -dlm <0,1> > option in scalar mode, remove obsolete -lt option."). > > "-dlm 1" obviously won't work after "INT_MAX - fMaxIota" ticks, no? Yes right. > > You can d

[Faudiostream-devel] how can the new -dlm 1 mode work?

2020-05-24 Thread Oleg Nesterov
Hi Stephane, I am puzzled by the recent commit 6376d58dbb0b169 ("Add -dlm <0,1> option in scalar mode, remove obsolete -lt option."). "-dlm 1" obviously won't work after "INT_MAX - fMaxIota" ticks, no? You can double the working range if you make IOTA unsigned, but unless isPowerOf2(delay) is tr