question

Upvotes
Accepted
1 1 4 7

Concurrent connections to Open DACS daemon

I am not able to establish more than one concurrent connection to the daemon server. Is this limit configurable or does it not support more than one concurrent connection?

DACSopen-dacs
icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

1 Answer

· Write an Answer
Upvotes
Accepted
80.1k 257 52 75

@kenny.ma

DACS Sink Daemon can support more than one concurrent connection. You need to verify DACS_MAX_SNKD_CLIENTS parameter in dacs.env used by your DACS Sink Daemon. Default seems to be 8 and if you share the DACS Sink Daemon with other users it might reach the max client.

# Define the number of Sink Clients that can attach to the dacs.snkd 
DACS_MAX_SNKD_CLIENTS=8; export DACS_MAX_SNKD_CLIENTS

You may increase this value and then restart DACS Sink Daemon.

icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.