对上一个commit的补充

This commit is contained in:
e1732a364fed
2000-01-01 00:00:00 +00:00
parent 806cbfad82
commit 59bab50e92

View File

@@ -492,6 +492,8 @@ func (u *ServerUDPConn) ReadMsgFrom() ([]byte, netLayer.Addr, error) {
)
}
clientSupposedAddrIsNothing = true
//return nil, netLayer.Addr{}, utils.ErrInErr{ErrDesc: "socks5 UDPConn ReadMsg failed, addr not coming from supposed client addr", ErrDetail: utils.ErrInvalidData, Data: addr.String()}
}