This commit is contained in:
azw 2023-11-13 07:00:59 +00:00
parent 7e4af7f435
commit f5965cdfb2

View File

@ -28,19 +28,6 @@
#include "ss_msgid.pb.h" #include "ss_msgid.pb.h"
#include "ss_proto.pb.h" #include "ss_proto.pb.h"
struct MsgNode
{
SocketFrom_e sockfrom;
int sockhandle;
unsigned short msgid;
unsigned int seqid;
long ip_saddr;
char* buf;
int buflen;
int tag;
MsgNode* next;
};
struct UdpMsgNode struct UdpMsgNode
{ {
a8::UdpPacket* pkt; a8::UdpPacket* pkt;