34 TcpAcceptorBase(
const ComponentConfig&,
const ComponentContext&);
35 ~TcpAcceptorBase() override;
48 const ComponentConfig& config,
49 const ComponentContext& context,
50 const server::net::ListenerConfig& acceptor_config
53 void KeepAccepting(
engine::
io::Socket& listen_sock);
64 engine::TaskProcessor& acceptor_task_processor_;
65 engine::TaskProcessor& sockets_task_processor_;
67 std::vector<SocketData> sockets_;