Home
last modified time | relevance | path

Searched refs:ConnectionWorkerPoolSize (Results 1 – 16 of 16) sorted by relevance

/dports/net/ooni-probe-cli/probe-cli-3.10.1/vendor/github.com/ooni/psiphon/oopsi/github.com/Psiphon-Labs/psiphon-tunnel-core/psiphon/common/parameters/
H A Dparameters_test.go183 defaultConnectionWorkerPoolSize := defaultParameters[ConnectionWorkerPoolSize].value.(int)
184 minimumConnectionWorkerPoolSize := defaultParameters[ConnectionWorkerPoolSize].minimum.(int)
186 applyParameters[ConnectionWorkerPoolSize] = newConnectionWorkerPoolSize
210 v := p.Get().Int(ConnectionWorkerPoolSize)
231 v = p.Get().Int(ConnectionWorkerPoolSize)
H A Dparameters.go80 ConnectionWorkerPoolSize = "ConnectionWorkerPoolSize" const
323 ConnectionWorkerPoolSize: {value: 10, minimum: 1},
/dports/net/ooni-mini/probe-engine-0.23.0/vendor/github.com/ooni/psiphon/oopsi/github.com/Psiphon-Labs/psiphon-tunnel-core/psiphon/common/parameters/
H A Dparameters_test.go173 defaultConnectionWorkerPoolSize := defaultParameters[ConnectionWorkerPoolSize].value.(int)
174 minimumConnectionWorkerPoolSize := defaultParameters[ConnectionWorkerPoolSize].minimum.(int)
176 applyParameters[ConnectionWorkerPoolSize] = newConnectionWorkerPoolSize
200 v := p.Get().Int(ConnectionWorkerPoolSize)
221 v = p.Get().Int(ConnectionWorkerPoolSize)
H A Dparameters.go80 ConnectionWorkerPoolSize = "ConnectionWorkerPoolSize" const
310 ConnectionWorkerPoolSize: {value: 10, minimum: 1},
/dports/net/ooni-probe-cli/probe-cli-3.10.1/vendor/github.com/ooni/psiphon/oopsi/github.com/Psiphon-Labs/psiphon-tunnel-core/MobileLibrary/Android/SampleApps/TunneledWebView/app/src/main/res/raw/
H A Dpsiphon_config_stub20 "ConnectionWorkerPoolSize" : 10,
/dports/net/ooni-mini/probe-engine-0.23.0/vendor/github.com/ooni/psiphon/oopsi/github.com/Psiphon-Labs/psiphon-tunnel-core/MobileLibrary/Android/SampleApps/TunneledWebView/app/src/main/res/raw/
H A Dpsiphon_config_stub20 "ConnectionWorkerPoolSize" : 10,
/dports/net/ooni-probe-cli/probe-cli-3.10.1/vendor/github.com/ooni/psiphon/oopsi/github.com/Psiphon-Labs/psiphon-tunnel-core/psiphon/
H A DlimitProtocols_test.go119 …applyParameters[parameters.ConnectionWorkerPoolSize] = initialLimitTunnelProtocolsCandidateCount /…
H A Dconfig.go221 ConnectionWorkerPoolSize int member
1406 if config.ConnectionWorkerPoolSize != 0 {
1407 applyParameters[parameters.ConnectionWorkerPoolSize] = config.ConnectionWorkerPoolSize
H A Dcontroller.go1590 workerPoolSize := p.Int(parameters.ConnectionWorkerPoolSize)
2039 workerPoolSize := p.Int(parameters.ConnectionWorkerPoolSize)
/dports/net/ooni-mini/probe-engine-0.23.0/vendor/github.com/ooni/psiphon/oopsi/github.com/Psiphon-Labs/psiphon-tunnel-core/psiphon/
H A DlimitProtocols_test.go119 …applyParameters[parameters.ConnectionWorkerPoolSize] = initialLimitTunnelProtocolsCandidateCount /…
H A Dconfig.go216 ConnectionWorkerPoolSize int member
1402 if config.ConnectionWorkerPoolSize != 0 {
1403 applyParameters[parameters.ConnectionWorkerPoolSize] = config.ConnectionWorkerPoolSize
H A Dcontroller.go1329 workerPoolSize := p.Int(parameters.ConnectionWorkerPoolSize)
1756 workerPoolSize := p.Int(parameters.ConnectionWorkerPoolSize)
/dports/net/ooni-probe-cli/probe-cli-3.10.1/vendor/github.com/ooni/psiphon/oopsi/github.com/Psiphon-Labs/psiphon-tunnel-core/psiphon/server/
H A Dtactics_test.go224 connectionWorkerPoolSize := p.Int(parameters.ConnectionWorkerPoolSize)
/dports/net/ooni-mini/probe-engine-0.23.0/vendor/github.com/ooni/psiphon/oopsi/github.com/Psiphon-Labs/psiphon-tunnel-core/psiphon/server/
H A Dtactics_test.go224 connectionWorkerPoolSize := p.Int(parameters.ConnectionWorkerPoolSize)
/dports/net/ooni-probe-cli/probe-cli-3.10.1/vendor/github.com/ooni/psiphon/oopsi/github.com/Psiphon-Labs/psiphon-tunnel-core/psiphon/common/tactics/
H A Dtactics_test.go321 connectionWorkerPoolSize := p.Get().Int(parameters.ConnectionWorkerPoolSize)
/dports/net/ooni-mini/probe-engine-0.23.0/vendor/github.com/ooni/psiphon/oopsi/github.com/Psiphon-Labs/psiphon-tunnel-core/psiphon/common/tactics/
H A Dtactics_test.go318 connectionWorkerPoolSize := p.Get().Int(parameters.ConnectionWorkerPoolSize)