mirror of
https://github.com/momo5502/emulator.git
synced 2026-01-27 23:11:02 +00:00
Finish tcp client socket
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user