transmit path should use unicast socket

Signed-off-by: Erik Boasson <eb@ilities.com>
This commit is contained in:
Erik Boasson 2018-08-05 13:23:36 +02:00 committed by eboasson
parent cf754b0141
commit e040d61246

View file

@ -417,7 +417,7 @@ dds_create_writer(
dds_entity_t publisher; dds_entity_t publisher;
struct thread_state1 * const thr = lookup_thread_state(); struct thread_state1 * const thr = lookup_thread_state();
const bool asleep = !vtime_awake_p(thr->vtime); const bool asleep = !vtime_awake_p(thr->vtime);
ddsi_tran_conn_t conn = gv.data_conn_mc ? gv.data_conn_mc : gv.data_conn_uc; ddsi_tran_conn_t conn = gv.data_conn_uc;
dds_return_t ret; dds_return_t ret;
DDS_REPORT_STACK(); DDS_REPORT_STACK();