rohityadavcloud commented on code in PR #11221: URL: https://github.com/apache/cloudstack/pull/11221#discussion_r2210613806
########## services/console-proxy/server/src/main/java/com/cloud/consoleproxy/ConsoleProxy.java: ########## @@ -76,6 +76,7 @@ public class ConsoleProxy { static int httpCmdListenPort = 8001; static int reconnectMaxRetry = 5; static int readTimeoutSeconds = 90; + public static int defaultBufferSize = 64 * 1024; Review Comment: @vishesh92 this is with TLS. With non-TLS, the max msg size of 64kib was seen; but with libvirt/qemu VNC/TLS enabled it's only 16kib. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@cloudstack.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org