removed incorrect asserts. added ip to the extension header. removed the mandatory libtorrent suffix on the user agent
This commit is contained in:
@@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user