File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed
Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -341,10 +341,14 @@ typedef struct udpard_tx_mem_resources_t
341341/// not from the locally assigned response metadata.
342342typedef struct udpard_tx_feedback_t
343343{
344- uint64_t topic_hash ;
345- uint64_t transfer_id ;
344+ uint64_t topic_hash ;
345+ uint64_t transfer_id ;
346+
346347 udpard_user_context_t user ; ///< Same value that was passed to udpard_tx_push().
347- uint16_t acknowledgements ; ///< The number of remote nodes that acknowledged the reception of the transfer.
348+
349+ /// The number of remote nodes that acknowledged the reception of the transfer.
350+ /// For P2P transfers, this value is either 0 (failure) or 1 (success).
351+ uint16_t acknowledgements ;
348352} udpard_tx_feedback_t ;
349353
350354/// Request to transmit a UDP datagram over the specified interface to the given destination endpoint.
You can’t perform that action at this time.
0 commit comments