mirror of
https://github.com/xjasonlyu/tun2socks.git
synced 2025-10-23 16:53:25 +08:00
Chore(core/tcp): add a comment
This commit is contained in:
@@ -55,6 +55,7 @@ func withTCPHandler(handle func(adapter.TCPConn), printf func(string, ...any)) o
|
||||
}
|
||||
}()
|
||||
|
||||
// Perform a TCP three-way handshake.
|
||||
ep, err = r.CreateEndpoint(&wq)
|
||||
if err != nil {
|
||||
// RST: prevent potential half-open TCP connection leak.
|
||||
|
Reference in New Issue
Block a user