Skip to content

Commit

Permalink
调整 nodely参数
Browse files Browse the repository at this point in the history
  • Loading branch information
scjtqs committed Dec 24, 2021
1 parent d13e781 commit 69db99d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions client/app/rdp.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import (

const (
ScaVengeTTL = 600
AutoExpire = 0
AutoExpire = 60
SmuxBuf = 4194304
StreamBuf = 2097152
KeepAlive = 10
Expand All @@ -24,8 +24,8 @@ const (
SndWnd = 1024
RcvWnd = 1024
DSCP = 0
NoDelay = 0
Interval = 30
NoDelay = 1
Interval = 20
Resend = 2
NoCongestion = 1
sockbuf = 4194304
Expand Down

0 comments on commit 69db99d

Please sign in to comment.