#include <lbm.h>
Data Fields | |
int | flags |
lbm_uint_t | low_sequence_number |
lbm_uint_t | low_rxreq_max_sequence_number |
lbm_uint_t | high_sequence_number |
void * | source_clientd |
char | source [LBM_MSG_MAX_SOURCE_LEN] |
Flags that indicate optional portions that are included
Lowest sequence number that the receiver will attempt to recover. May be altered to instruct UMP to recover differently
Lowest sequence number that the receiver will attempt to recover (with retransmit request maximum taken into account)
Highest sequence number that the receiver has seen from the source. May not be actual highest sent by source
The per-source clientd value for the source set by the lbm_rcv_src_notification_create_function_cb callback
char lbm_ume_rcv_recovery_info_ex_func_info_t_stct::source[LBM_MSG_MAX_SOURCE_LEN] |
The source