transmit path should use unicast socket
Signed-off-by: Erik Boasson <eb@ilities.com>
This commit is contained in:
parent
cf754b0141
commit
e040d61246
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue