summaryrefslogtreecommitdiff
path: root/auto_tests/tcp_relay_test.c
AgeCommit message (Collapse)Author
2020-04-13Fix things not being initialized if creating a TCP-only networkRobin Linden
2020-03-02Upgrade bazel to 2.1.1.iphydf
Removed av_test, because it depends on an ancient opencv that starts to really not exist on modern systems anymore.
2019-11-02Update tests to use a working bootstrap nodeRobin Linden
2018-10-09Consistently use camel case enum names.iphydf
Including in tests and implementation files.
2018-09-25Use a working DHT node for bootstrap tests.iphydf
A lot of bootstrap nodes are down :(.
2018-08-25Use do-while instead of while in tests.iphydf
This forces all the loop bodies to be executed at least once, which is harmless since it just means one more tox event loop iteration. This reduces the jitter we see in coverage measurements, which is partially caused by loops sometimes being entered and sometimes not (because their condition happens to randomly already be true).
2018-07-21Avoid implementations in .h files or #including .c files.iphydf
Also, avoid the need for putting `_XOPEN_SOURCE` in every test file.
2018-06-23Add assertions to bootstrap tests for correct connection type.iphydf
2018-06-16Only check full rtp offset if RTP_LARGE_FRAME is setRobin Lindén
2018-02-18Disable lan discovery in most tests.iphydf