mirror of
https://github.com/xjasonlyu/tun2socks.git
synced 2025-10-24 01:03:08 +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)
|
ep, err = r.CreateEndpoint(&wq)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
// RST: prevent potential half-open TCP connection leak.
|
// RST: prevent potential half-open TCP connection leak.
|
||||||
|
Reference in New Issue
Block a user