Skip to content
Snippets Groups Projects
Commit 01ba45c8 authored by Leon Dietrich's avatar Leon Dietrich
Browse files

add: note to continue with tcp server socket

parent e9f74705
No related branches found
No related tags found
No related merge requests found
......@@ -38,6 +38,7 @@ tcp_server_socket::tcp_server_socket(uint16_t port) : ss{nullptr} {
}
this->ss = std::make_shared<async_server_socket>(auto_fd(raw_socket_fd));
//TODO set accept handler
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment