merged back async_io branch into trunk

This commit is contained in:
Arvid Norberg
2007-06-10 20:46:09 +00:00
parent 36031f82ed
commit 3b8670626a
45 changed files with 1532 additions and 831 deletions

View File

@@ -92,7 +92,7 @@ void test_swarm()
<< std::endl;
if (tor2.is_seed() && tor3.is_seed()) break;
sleep(1000);
test_sleep(1000);
}
TEST_CHECK(tor2.is_seed());