"Sandra" == Sandra Loosemore <sandra@codesourcery.com> writes:
Sandra> You'll note the documentation says turning off acks may be
Sandra> desirable to reduce communication overhead *or* "for other
Sandra> reasons". In fact, it is the "other reasons" that motivated
Sandra> this patch. We are working on designing the extensions to
Sandra> the remote protocol to support nonstop mode, and we realized
Sandra> that we simply cannot do it in combination with using +/-
Sandra> acks on the asynchronous responses. If we need a reliable
Sandra> transport layer to support nonstop mode, we might as well
Sandra> turn the acks off completely instead of dealing with the
Sandra> extra complexity of trying to design the nonstop protocol
Sandra> around them.
Ok, so does that mean the nonstop mode features won't work unless the
remote protocol is layered on TCP? Given that a lot of the time the
remote link is simply a UART serial link, is there an issue here?