libwebsockets/lib/plat
Andy Green 91a821c793 esp32: align with esp-idf changes
LWIP_SOCKET_OFFSET is now nonzero, which I handled a while back.

But the C api support for it is broken in esp-idf.

select() takes unmodified fds, but FD_SET / FD_ISSET etc must have the
offset subtracted on their args.

With this we are working on current HEAD esp-idf.
2017-12-01 11:37:36 +08:00
..
lws-plat-esp32.c esp32: align with esp-idf changes 2017-12-01 11:37:36 +08:00
lws-plat-esp8266.c refactor-struct-lws-hdr 2017-12-01 11:37:35 +08:00
lws-plat-optee.c esp32-selfsigned 2017-12-01 11:37:35 +08:00
lws-plat-unix.c esp32-selfsigned 2017-12-01 11:37:35 +08:00
lws-plat-win.c esp32-selfsigned 2017-12-01 11:37:35 +08:00