smartalock / wireguard-lwip

WireGuard Implementation for lwIP
Other
192 stars 29 forks source link

wireguardif_init crashes the program? #13

Open fspiot opened 4 months ago

fspiot commented 4 months ago

When I call netif_add(&wg_netif_struct, &ipaddr, &netmask, &gateway, &wg, &wireguardif_init, &ethernet_input); Function, the program stopped working, later found that the wireguardif_init parameter problem, may I ask why this?