|
NexusForce 1.0.0
A Modern C++ Library with extended functionality, web components, and utility libraries
|
TCP服务器实现 更多...
类 | |
| class | tcp_server_base |
| TCP服务器基类 更多... | |
| class | tcp_server |
| TCP服务器类 更多... | |
| class | ssl_server |
| SSL/TLS服务器类 更多... | |
TCP服务器实现
此文件提供了TCP服务器的完整实现,支持普通TCP和SSL/TLS加密连接。 使用线程池处理客户端连接,支持非阻塞接受和自定义处理器。
在文件 tcp_server.hpp 中定义.