smartalock / wireguard-lwip

WireGuard Implementation for lwIP
Other
192 stars 29 forks source link

handshake_destroy #11

Open AndyW999 opened 1 year ago

AndyW999 commented 1 year ago

In wireguardif_tmr you have

// TODO: Also destroy handshake?

The fork of this done for Arduino ESP32 https://github.com/ciniml/WireGuard-ESP32-Arduino has this in it.

Does it need adding and is there anything else that needs updating?