clean up
This commit is contained in:
parent
4543473821
commit
299490ca5f
20 changed files with 638 additions and 429 deletions
|
|
@ -23,7 +23,7 @@ public:
|
|||
virtual ~Socket() {
|
||||
}
|
||||
void init(short, short);
|
||||
void send(bytes);
|
||||
void send(Packet);
|
||||
void listen();
|
||||
void setHostIp(ipAddr);
|
||||
std::function<int(Packet)> callback = [](Packet a) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue