LJM_WIFI_SEND_RECEIVE_TIMEOUT_MS
LJM_WIFI_SEND_RECEIVE_TIMEOUT_MS
is a numerical readable-writable LJM library configuration which sets how long LJM waits for a WiFi-connected TCP packet to be sent or received in milliseconds.
The constant LJM_WIFI_SEND_RECEIVE_TIMEOUT_MS
can be used interchangeably with the string "LJM_WIFI_SEND_RECEIVE_TIMEOUT_MS"
.
Default
The default timeout is 4000 ms.
Details
See Timeout Configs.
For more LJM configurations, see Library Configuration Functions.
LJM 1.2100 and later: This timeout config affect the timeout for LJM_eStreamRead
when the connection is via WiFi.