1
0
mirror of https://github.com/Ylianst/MeshAgent synced 2025-12-30 15:13:57 +00:00

Enable Jumbo Support on Windows KVM

This commit is contained in:
Bryan Roe
2019-02-04 17:10:37 -08:00
parent 26a3ccefd0
commit 2096619903
3 changed files with 39 additions and 25 deletions

View File

@@ -3388,8 +3388,6 @@ void MeshAgent_AgentMode_Core_ServerTimeout(duk_context *ctx, void ** args, int
int MeshAgent_AgentMode(MeshAgentHostContainer *agentHost, int paramLen, char **param, int parseCommands)
{
int resetNodeId = 0;
//int x;
//size_t tmpLen;
#ifdef WIN32
int pLen;
#endif