Age | Commit message (Collapse) | Author |
|
Including in tests and implementation files.
|
|
* add freezing and unfreezing of peers
* add rejoin packet
* revise handling of temporary invited connections
* rename "peer kill" packet to "peer leave" packet
* test rejoining in conference test
* use custom clock in conference test
|
|
|
|
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).
|
|
Also, avoid the need for putting `_XOPEN_SOURCE` in every test file.
|
|
Most of the auto-tests should use this fixture, but I've only done a few
to set an example.
|
|
|
|
|