mirror of
https://git.savannah.nongnu.org/git/lwip.git
synced 2026-03-24 11:05:43 +08:00
The only benefit of ppp_new() call was about having a persistent netif interface. netif was moved out of PPP pcb so we don't need ppp_new() anymore, first step in simplifying the weird new/open/free/delete PPP API.