aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorxrs <xrs@mail36.net>2020-02-29 18:46:58 +0100
committerxrs <xrs@mail36.net>2020-05-21 22:46:48 +0200
commit2679c684b9f48935debb3ae5456bd2c064fa7ad0 (patch)
treeec2226ab2054216f894aebe298a09ea40c496e28 /src
parent57fd0d7212f6dfc8ae5e158ba2b21253a2b88099 (diff)
downloadgnunet-2679c684b9f48935debb3ae5456bd2c064fa7ad0.tar.gz
gnunet-2679c684b9f48935debb3ae5456bd2c064fa7ad0.zip
update ToDo list
Diffstat (limited to 'src')
-rw-r--r--src/cadet/test_cadeT.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/cadet/test_cadeT.c b/src/cadet/test_cadeT.c
index 1c4a32791..d4688273b 100644
--- a/src/cadet/test_cadeT.c
+++ b/src/cadet/test_cadeT.c
@@ -26,11 +26,11 @@
26 * - test session resumption after a hard channel breakup 26 * - test session resumption after a hard channel breakup
27 * 27 *
28 * ToDos: 28 * ToDos:
29 * - setup peer A 29 * x setup peer A
30 * - setup peer B 30 * x setup peer B
31 * - setup cadet on peer B listening on port 1234 31 * x setup cadet on peer B listening on port "cadet_port"
32 * - create a channel from peer A to B 32 * x create a channel from peer A to B
33 * - create method to find out session initiator 33 * - create method to find out KX initiator
34 * - send a message over channel 34 * - send a message over channel
35 * - check if message was received 35 * - check if message was received
36 * - breakup the connection without sending a channel destroy message 36 * - breakup the connection without sending a channel destroy message