fixed dht node-id unit test and update documentation

This commit is contained in:
Arvid Norberg
2012-06-06 17:06:46 +00:00
parent d6a53200a2
commit c71c2ee3a5
2 changed files with 9 additions and 9 deletions

View File

@@ -1734,10 +1734,10 @@ int test_main()
boost::uint8_t prefixes[][4] =
{
{0x8a, 0x84, 0xac, 0x4d},
{0xb2, 0x5a, 0x51, 0xb1 },
{0xdc, 0x35, 0x96, 0x8d },
{0x98, 0xf4, 0x4b, 0xb1 },
{0x59, 0x78, 0xe1, 0xc4 },
{0x11, 0x67, 0xd8, 0xb9 },
{0x50, 0x8e, 0x07, 0x5d },
{0x09, 0x5d, 0x76, 0xcb },
{0xf6, 0x2b, 0x5a, 0x2f },
};
for (int i = 0; i < 5; ++i)