Dynamic peer list implementation. (#152)

This commit is contained in:
Chalith Desaman
2020-11-18 12:58:58 +05:30
committed by GitHub
parent 1608e9fc49
commit f475dcb1fb
21 changed files with 848 additions and 71 deletions

View File

@@ -5,9 +5,9 @@
namespace usr
{
void user_comm_session::handle_connect()
int user_comm_session::handle_connect()
{
usr::handle_user_connect(*this);
return usr::handle_user_connect(*this);
}
int user_comm_session::handle_message(std::string_view msg)