1
This commit is contained in:
parent
0f16fe1513
commit
448879ecaa
@ -16,6 +16,12 @@
|
|||||||
|
|
||||||
namespace a8
|
namespace a8
|
||||||
{
|
{
|
||||||
|
|
||||||
|
long long UdpPacket::GetRemoteKey()
|
||||||
|
{
|
||||||
|
return 0;
|
||||||
|
}
|
||||||
|
|
||||||
struct UdpListenerImpl
|
struct UdpListenerImpl
|
||||||
{
|
{
|
||||||
a8::UdpListener* master = nullptr;
|
a8::UdpListener* master = nullptr;
|
||||||
|
@ -12,6 +12,8 @@ namespace a8
|
|||||||
char* buf = nullptr;
|
char* buf = nullptr;
|
||||||
int buf_len = 0;
|
int buf_len = 0;
|
||||||
sockaddr_in remote_addr;
|
sockaddr_in remote_addr;
|
||||||
|
|
||||||
|
long long GetRemoteKey();
|
||||||
};
|
};
|
||||||
|
|
||||||
struct UdpListenerImpl;
|
struct UdpListenerImpl;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user