mirror of
https://github.com/Ylianst/MeshAgent
synced 2026-01-03 00:53:41 +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]);
|
||||
writeHandler(buffer, *bytesConsumed, reserved);
|
||||
printf("JUMBO PACKET: %d\n", *bytesConsumed);
|
||||
//printf("JUMBO PACKET: %d\n", *bytesConsumed);
|
||||
return;
|
||||
}
|
||||
}
|
||||
@@ -655,7 +655,7 @@ void kvm_relay_StdOutHandler(ILibProcessPipe_Process sender, char *buffer, int b
|
||||
{
|
||||
*bytesConsumed = size;
|
||||
writeHandler(buffer, size, reserved);
|
||||
printf("Normal PACKET: %d\n", *bytesConsumed);
|
||||
//printf("Normal PACKET: %d\n", *bytesConsumed);
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user