mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-07-22 00:09:18 +02:00
network fixes and improvements, code refactoring
This commit is contained in:
@@ -14,6 +14,7 @@ namespace network::tcp
|
||||
|
||||
public:
|
||||
connection(asio::io_context &io_ctx, bool client = false, size_t counter = 0);
|
||||
~connection();
|
||||
|
||||
virtual void connected() override;
|
||||
virtual void disconnect() override;
|
||||
|
||||
Reference in New Issue
Block a user