This commit is contained in:
kony
2025-03-31 14:03:48 +08:00
parent f3baec248c
commit e789882bb8

View File

@@ -74,7 +74,7 @@ func NewTcpForwarder(s *stack.Stack, stun_quic_conn quic.Connection) *tcp.Forwar
}
defer r.Complete(false)
err = setSocketOptions(s, ep)
setSocketOptions(s, ep)
conn := &TcpConn{
TCPConn: gonet.NewTCPConn(&wq, ep),