whitecatboard / Lua-RTOS-ESP32

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

remove openvpn memory leaks + add net.tu.stat() #282

Closed the0ne closed 5 years ago

the0ne commented 5 years ago

memory leaks occurred for the "tun" thread and the "tun_queue_rx" and "tun_queue_tx" queues whenever the client had manually or automatically (every few minutes) restarted the connection

please do not merge yet

the0ne commented 5 years ago

@jolivepetrus that was a little too quick ;-) I was still investigating in an error that occurred after creating the PR - that's why I had mentioned

please do not merge yet

above but now I found the root cause and fixed it