QByteArray SendData;
int SendSize = 21+NetPack._payload_size;
SendData.resize(SendSize);
memcpy(SendData.data(),&NetPack,SendSize);
SendUdpData(SendData,QHostAddress(ip),port,msgType);
```
07-25
2115
2115
09-15
3040
3040

被折叠的 条评论
为什么被折叠?



