Fix system stack

This commit is contained in:
世界 2025-07-21 09:44:17 +08:00
parent 0310956cc0
commit ebbe32588c
No known key found for this signature in database
GPG key ID: CD109927C34A63C4
3 changed files with 0 additions and 38 deletions

View file

@ -322,13 +322,6 @@ func (s *System) acceptLoop(listener net.Listener) {
if err != nil {
return
}
err = acceptConn(conn)
if err != nil {
s.logger.Error("set buffer for conn: ", err)
_ = conn.Close()
listener.Close()
return
}
connPort := M.SocksaddrFromNet(conn.RemoteAddr()).Port
session := s.tcpNat.LookupBack(connPort)
if session == nil {