Open DACS TCP connection

Options
mktdata
mktdata Contributor
edited July 14 in Open DACS

Hello, we are using C++ RFA 8.2 and Open-DACS api 7.8 version. We are facing issue with DACS TCP connection. We have configured following for DACS connection but our application never attempts a TCP connection to DACS multiplexer. Since TCP connection is handled by Open-DACS api so we have not way to debug why TCP connection is not established.

DACSMUXNAME=dacs_lib.sink

DACSMUXPING=true

IPCROUTE=/home/flexsys/flex/bin/ipcroute_US_PROD

IPCROUTE file entry

RENEGOTIATE_PORT=0

dacs_lib.sink:<local_host>:ip1 ip2

/etc/services file entry ⇒
dacs_lib                8211/tcp

There is no networking issue. Telnet works fine.

Please let us know how to debug this issue?

Is there a way we can enable logging in Open-DACS client library about TCP-connection attempts.?

Answers