acknack

When we call DataWriter::write() , we expect to see a user data packet sent on the wire, but under what conditions will Connext DDS send packets of its own accord? There are many reasons why Connext DDS may send messages other than user data. Some of the more common reasons are described below. ...
4142 reads — 0 comments
The DDS reliability protocol uses Heartbeat messages and ACKNACK messages to ensure the receipt of data. A DataReader sends an ACKNACK message in response to a DataWriter’s Heartbeat; this ACKNACK message indicates which samples the reader received, and which samples it has yet to receive. For ...
5952 reads — 0 comments
Subscribe to RSS - acknack