HTTP Client

http.client.retries

Abbreviation

ht c r

Access

get/set

Description

Maximum HTTP client connection retry attempts.

Arguments

<max #retries>

Range: '0 - 255'

Default

3

Properties

Gecko OS Kernel Plugin

Get example

> get ht c r
R000003
3

Set example

> set ht c r 5
R000008
Set OK

http.client.retry_period

Abbreviation

ht c p

Access

get/set

Description

HTTP client wait time between connection retry attempts

Arguments

<milliseconds>

Range: '0 - 65535'

Default

1000

Properties

Gecko OS Kernel Plugin

Get example

> get ht c p
R000006
1000

Set example

> set ht c p 2000
R000008
Set OK