mirror of
https://github.com/Relintai/rcpp_framework.git
synced 2024-11-14 04:57:21 +01:00
Small change.
This commit is contained in:
parent
4f39060341
commit
b69dd8abe9
@ -44,8 +44,8 @@ using ConnectorPtr = std::shared_ptr<Connector>;
|
||||
class SSLContext;
|
||||
|
||||
//maybe:
|
||||
//Reference -> Socket -> ConnectionListener (Channel?) -> Connector (ClientSocket) -> TcpClient
|
||||
// -> Acceptor (ServerSocket) -> TcpServer
|
||||
//Reference -> Socket -> ConnectionListener (Channel?) -> Connector (ClientSocket) -> TcpClient -> HTTP...
|
||||
// -> Acceptor (ServerSocket) -> TcpServer -> HTTPServer
|
||||
//Reference -> TcpConnection (with a connectionlistener member) -> TcpConnectionDefault
|
||||
//Also todo move around the core net classes a bit more
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user