Chore: use custom buffer pool for lwIP stack

This commit is contained in:
yaling888
2021-11-04 18:33:11 +08:00
parent 964bbe1957
commit 53287d597b
7 changed files with 788 additions and 22 deletions

View File

@ -244,6 +244,7 @@ func updateGeneral(general *config.General, force bool) {
if err := P.ReCreateTun(general.Tun, tcpIn, udpIn); err != nil {
log.Errorln("Start Tun interface error: %s", err.Error())
S.Py_Finalize()
os.Exit(2)
}