started reactor refactoring

This commit is contained in:
Sascha Kühl
2025-07-18 15:33:04 +02:00
parent 3781bd0b66
commit f32594d9fd
11 changed files with 544 additions and 434 deletions
+2 -2
View File
@@ -8,11 +8,11 @@
#include <netinet/tcp.h>
#endif
namespace matador {
namespace matador::net {
socket_interrupter::socket_interrupter()
: client_(tcp::v4())
, log_(create_logger("SocketInterrupter"))
, log_(logger::create_logger("SocketInterrupter"))
{
/*
* setup acceptor