There was an error while loading. Please reload this page.
1 parent 68807a9 commit 0a233e0Copy full SHA for 0a233e0
src/main/java/com/github/theholywaffle/teamspeak3/SSHChannel.java
@@ -65,6 +65,7 @@ class SSHChannel implements IOChannel {
65
client.setRemoteCharset(StandardCharsets.UTF_8);
66
67
client.connect(config.getHost(), config.getQueryPort());
68
+client.getSocket().setTcpNoDelay(true);
69
client.authPassword(config.getUsername(), config.getPassword());
70
session = client.startSession();
71
session.startShell();
0 commit comments