Finish tcp client socket

This commit is contained in:
momo5502
2025-01-12 08:23:47 +01:00
parent 21e2f6f999
commit 8333c25f2c
9 changed files with 57 additions and 30 deletions

View File

@@ -10,7 +10,7 @@ namespace network
{
udp_socket(int af);
udp_socket() = default;
~udp_socket() = default;
~udp_socket() override = default;
udp_socket(udp_socket&& obj) noexcept = default;
udp_socket& operator=(udp_socket&& obj) noexcept = default;