Skip to content

Commit

Permalink
Update transport/shadowsocks/stream_dialer.go
Browse files Browse the repository at this point in the history
Co-authored-by: Vinicius Fortuna <fortuna@users.noreply.github.com>
  • Loading branch information
jyyi1 and fortuna authored Sep 26, 2023
1 parent c724a0d commit 161828a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion transport/shadowsocks/stream_dialer.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
}

Expand Down

0 comments on commit 161828a

Please sign in to comment.