Commit Graph

4 Commits

Author SHA1 Message Date
hitstergtd
9a9bfb6443 Problem: test_udp does not release resources properly
Solution:
- call zmq_msg_close() if there is an error
- call free() to release resources if there is an error (CWE-404)
2016-04-18 14:44:54 +01:00
Luca Boccassi
4a84f8a02e Problem: tests use various sleep patterns to wait
Solution: use msleep (SETTLE_TIME) everywhere when waiting for the
connections/sockets to be settled instead of a variety of patterns
and functions to make tests more coherent.
2016-02-13 18:01:03 +00:00
somdoron
389e853c6d Fix compilation errors on windows 2016-01-30 13:29:41 +02:00
somdoron
5ebfd1728f make udp support for radio-dish 2016-01-29 21:17:11 +02:00