Skip to content
Discussion options

You must be logged in to vote

Hi @luc1an,

There are couple of ways to get this information to the sender:

  1. Administratively (probably not the approach you are looking for)

2)A couple of the example apps (normCast.cpp, normStreamer.cpp) have an "ack auto" command-line option. The way this works is the sender can observe and track feedback messages (NACKs/ACKs including the responses for round-trip time probes) to learn the existence of receivers out there. A new API call (not yet in Developer's Guide) has been added to support this capability. The API call is:

void NormSetAutoAckingNodes(NormSessionHandle sessionHandle, NormTrackingStatus trackingStatus);

where NormTrackingStatus can be NORM_TRACK_NONE, NORM_TRACK_REC…

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@luc1an
Comment options

Answer selected by luc1an
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants