mirror of
https://github.com/Ylianst/MeshAgent
synced 2025-12-18 09:13:14 +00:00
Updated Linux X86/x86-64, macOS, Windows to OpenSSL/1.1.1f
Removed debug comment
This commit is contained in:
@@ -643,7 +643,7 @@ void kvm_relay_StdOutHandler(ILibProcessPipe_Process sender, char *buffer, int b
|
|||||||
{
|
{
|
||||||
*bytesConsumed = 8 + (int)ntohl(((unsigned int*)(buffer))[1]);
|
*bytesConsumed = 8 + (int)ntohl(((unsigned int*)(buffer))[1]);
|
||||||
writeHandler(buffer, *bytesConsumed, reserved);
|
writeHandler(buffer, *bytesConsumed, reserved);
|
||||||
printf("JUMBO PACKET: %d\n", *bytesConsumed);
|
//printf("JUMBO PACKET: %d\n", *bytesConsumed);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -655,7 +655,7 @@ void kvm_relay_StdOutHandler(ILibProcessPipe_Process sender, char *buffer, int b
|
|||||||
{
|
{
|
||||||
*bytesConsumed = size;
|
*bytesConsumed = size;
|
||||||
writeHandler(buffer, size, reserved);
|
writeHandler(buffer, size, reserved);
|
||||||
printf("Normal PACKET: %d\n", *bytesConsumed);
|
//printf("Normal PACKET: %d\n", *bytesConsumed);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user