added keepalive zmq socket option (after 60s of idle time, 10 probes every sec. Mainly because an issue at Max IV (#956)

This commit is contained in:
2024-09-03 17:37:00 +02:00
committed by GitHub
parent 782c8abd9a
commit 588d11dedf
2 changed files with 27 additions and 0 deletions

View File

@ -109,6 +109,7 @@ class ZmqSocket {
/**
* Constructor for a server
* Creates socket, context and connects to server
* socket option: keep alive added
* @param portnumber port number
* @param ethip is the ip of the ethernet interface to stream zmq from
*/