Adjust HWM

This commit is contained in:
2020-04-22 11:50:19 +02:00
parent 3f6c740535
commit 193418a404
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -55,7 +55,7 @@ int main (int argc, char *argv[]) {
int status = 0;
int sndhwm = 1;
int sndhwm = 1000;
status += zmq_setsockopt(socket, ZMQ_SNDHWM, &sndhwm, sizeof(sndhwm));
int linger_ms = 0;
status += zmq_setsockopt(socket, ZMQ_LINGER, &linger_ms, sizeof(linger_ms));