comment in test_swarm

This commit is contained in:
arvidn 2015-12-04 23:39:37 -05:00
parent cc3b064cff
commit 99eb440945
1 changed files with 10 additions and 0 deletions

View File

@ -85,3 +85,13 @@ TORRENT_TEST(shutdown)
simulate_swarm(early_shutdown);
}
// TODO: the swarm_suite is probably not a very good abstraction, it's not
// configurable enough.
// TODO: add test that makes sure a torrent in graceful pause mode won't make
// outgoing connections
// TODO: add test that makes sure a torrent in graceful pause mode won't accept
// incoming connections
// TODO: add test that makes sure a torrent in graceful pause mode only posts
// the torrent_paused_alert once, and exactly once