소스 검색

Increase tunneled DSL request limit

Rod Hynes 1 개월 전
부모
커밋
440d4d60b5
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      psiphon/server/tunnelServer.go

+ 1 - 1
psiphon/server/tunnelServer.go

@@ -78,7 +78,7 @@ const (
 	RANDOM_STREAM_MAX_BYTES               = 10485760
 	ALERT_REQUEST_QUEUE_BUFFER_SIZE       = 16
 	SSH_MAX_CLIENT_COUNT                  = 500000
-	SSH_CLIENT_MAX_DSL_REQUEST_COUNT      = 32
+	SSH_CLIENT_MAX_DSL_REQUEST_COUNT      = 128
 )
 
 // TunnelServer is the main server that accepts Psiphon client