diff options
author | Christian Grothoff <christian@grothoff.org> | 2016-07-23 22:32:35 +0000 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2016-07-23 22:32:35 +0000 |
commit | 658c3cf583b0c09e55c41a78a9ec8dbe28cb515e (patch) | |
tree | 236759ed9a5b6a5e3493667c34f384279bc12bbe /src/transport/transport-testing.h | |
parent | 1d188d2b9437f8a7685d0d139da7a6b9fb1b7c9c (diff) |
more refactoring of tests for new send API
Diffstat (limited to 'src/transport/transport-testing.h')
-rw-r--r-- | src/transport/transport-testing.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/transport/transport-testing.h b/src/transport/transport-testing.h index bfed64b70b..806b8c5f94 100644 --- a/src/transport/transport-testing.h +++ b/src/transport/transport-testing.h @@ -769,11 +769,6 @@ GNUNET_TRANSPORT_TESTING_main_ (const char *argv0, /* ***************** Convenience functions for sending ********* */ -// TODO: -// - need to have continuation after send is done! -// - need easy way to specify continuation in case -// of the scheduler tasks - /** * Send a test message of type @a mtype and size @a msize from * peer @a sender to peer @a receiver. The peers should be |