"Dr. David Alan Gilbert" <dgilb...@redhat.com> wrote: > * Juan Quintela (quint...@redhat.com) wrote: >> We used to synchronize all channels at the end of each RAM section >> sent. That is not needed, so preparing to only synchronize once every >> full round in latests patches. >> >> Notice that we initialize the property as true. We will change the >> default when we introduce the new mechanism. > > I don't understand why this is a property - does it break the actual > stream format?
Yeap. You can see on following patches. The problem is that we synchronize each time that we sent/receive a RAM_SAVE_FLAG_EOS And that is way too much. As Leo showed, it can be as much as 20 times a second. Later, Juan.