whitecatboard / Lua-RTOS-ESP32

Lua RTOS for ESP32
Other
1.18k stars 221 forks source link

re-enable building of the experimental openvpn component #281

Closed the0ne closed 5 years ago

the0ne commented 5 years ago

see commit 376700d for the actual implementation. please note that stopping openvpn can take quite a while as we're currently not actively "interrupting" the openvpn process: only once openvpn gets active again by itself, it will exit - e.g. after some inactivity timeout, connection interruption, etc.

regarding this PR please note that 07de0be does not change source code but only formatting. however, both commits should be merged.

regarding the openvpn component itself the notes and limitations of https://github.com/whitecatboard/Lua-RTOS-ESP32/commit/707d75430411440a700124de36c44bcc5f8b5ab0 still apply