add tcpclient to aid debugging

This commit is contained in:
soypat
2025-05-30 20:26:55 -03:00
parent 3aa3fa6b2d
commit 0f4478cc32
3 changed files with 64 additions and 2 deletions
+1
View File
@@ -21,6 +21,7 @@ var (
)
type TCPConn struct {
// deprecated: here for debugging purposes only.
h tcp.Handler
remoteAddr []byte