mirror of
https://github.com/caozhiyi/CppNet.git
synced 2026-01-26 16:30:05 +08:00
test epoll on linux.
This commit is contained in:
@@ -33,8 +33,8 @@ RWSocket::RWSocket(uint64_t sock, std::shared_ptr<AlloterWrap> alloter):
|
||||
_context(nullptr),
|
||||
_timer_id(0),
|
||||
_listen_port(0),
|
||||
_event(nullptr),
|
||||
_shutdown(false),
|
||||
_event(nullptr),
|
||||
_alloter(alloter) {
|
||||
|
||||
_block_pool = _alloter->PoolNewSharePtr<BlockMemoryPool>(__mem_block_size, __mem_block_add_step);
|
||||
|
||||
Reference in New Issue
Block a user