diff --git a/src/connectionHandler.ts b/src/connectionHandler.ts index 8ea0589..a730a1b 100644 --- a/src/connectionHandler.ts +++ b/src/connectionHandler.ts @@ -12,6 +12,7 @@ export default function (connection: InitialisedSocks5Connection, sendStatus: (s host: connection.destAddress, port: connection.destPort }); + stream.setNoDelay(); let streamOpened = false; stream.on('error', (err: Error & { code: string }) => {