Closed xorvoid closed 8 months ago
* int query_drops(zcm_trans_t* zt, uint64_t *out_drops);
* --------------------------------------------------------------------
* This method provides the caller access to an internal transport drop counter
* Implementing this is not required. If unimplemented, it should return ZCM_EUNIMPL.
* If implemented, the out-parameter *out_drops shouold be populated and the
* call should return ZCM_EOK.
…pports it