diff options
Diffstat (limited to 'test/test_network.cpp')
-rw-r--r-- | test/test_network.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/test_network.cpp b/test/test_network.cpp index 061b520..d93d0ff 100644 --- a/test/test_network.cpp +++ b/test/test_network.cpp @@ -141,6 +141,9 @@ int main() { alice.reg_handler(on_receive_ack); bob.reg_handler(on_receive_ack); + alice.start(); + bob.start(); + alice.listen(alice_addr); bob.listen(bob_addr); |