From 161828aed6df534ea0d59062926d202c8dcaf3f2 Mon Sep 17 00:00:00 2001 From: "J. Yi" <93548144+jyyi1@users.noreply.github.com> Date: Tue, 26 Sep 2023 18:43:37 -0400 Subject: [PATCH] Update transport/shadowsocks/stream_dialer.go Co-authored-by: Vinicius Fortuna --- transport/shadowsocks/stream_dialer.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/transport/shadowsocks/stream_dialer.go b/transport/shadowsocks/stream_dialer.go index 770f11a0..8749e73f 100644 --- a/transport/shadowsocks/stream_dialer.go +++ b/transport/shadowsocks/stream_dialer.go @@ -57,7 +57,7 @@ type StreamDialer struct { // expect the server to send data first, in which case there is no client payload. // We therefore use a short delay by default (10ms), longer than any reasonable IPC but shorter than // typical network latency. (In an Android emulator, the 90th percentile delay - // is ~1 ms.) If no client payload is received by this time, we connect without it. + // was ~1 ms.) If no client payload is received by this time, we connect without it. ClientDataWait time.Duration }