removed incorrect asserts. added ip to the extension header. removed the mandatory libtorrent suffix on the user agent

This commit is contained in:
Arvid Norberg
2006-09-28 00:49:40 +00:00
parent b3cad36d59
commit c687c428c4
5 changed files with 7 additions and 7 deletions

View File

@@ -553,7 +553,7 @@ int main(int ac, char* av[])
}
}
settings.user_agent = "client_test " LIBTORRENT_VERSION;
settings.user_agent = "client_test/" LIBTORRENT_VERSION;
std::deque<std::string> events;