OVMS3-idf/components/tcp_transport
David Cermak e1f982921a ws_client: fix handling timeouts by websocket client.
tcp-transport component did not support wait forever. this update uses value of -1 to request this state.
websocket client uses timeouts in RTOS ticks. fixed recalculation to ms (including special value of -1) to use correctly tcp-transport component

Closes https://github.com/espressif/esp-idf/issues/4316
2019-11-18 10:59:41 +00:00
..
include ws_client: fix handling timeouts by websocket client. 2019-11-18 10:59:41 +00:00
private_include ws_client: fix handling timeouts by websocket client. 2019-11-18 10:59:41 +00:00
test tcp_transport: added basic unit tests for init/destroy transports in lists or when used separately 2019-07-04 11:07:41 +02:00
CMakeLists.txt tcp_transport: replace transport_strcasestr with strcasestr 2019-08-15 17:51:54 +02:00
component.mk esp-tls: extending error handle to contain error descriptors with last mbedtls failure and latest certificate verification result flags, reworked tcp_transport to use this error handle 2019-07-04 20:55:10 +02:00
transport.c tools: Mass fixing of empty prototypes (for -Wstrict-prototypes) 2019-08-01 16:28:56 +07:00
transport_ssl.c ws_client: fix handling timeouts by websocket client. 2019-11-18 10:59:41 +00:00
transport_tcp.c ws_client: fix handling timeouts by websocket client. 2019-11-18 10:59:41 +00:00
transport_utils.c ws_client: fix handling timeouts by websocket client. 2019-11-18 10:59:41 +00:00
transport_ws.c Merge branch 'bugfix/ws_opcodes_fix' into 'master' 2019-10-17 12:36:08 +08:00