MCPcopy Create free account
hub / github.com/Rubby2001/Rshell-client / TCPClient

Struct TCPClient

Reacon_tcp/main.go:21–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19)
20
21type TCPClient struct {
22 Client *net.TCPConn
23 Buffer []byte
24 BufferSize int64
25 MS bytes.Buffer
26 IsConnected bool
27 SendSync sync.Mutex
28 ActivatePong bool
29 RemarkMessage string
30 RemarkClientColor string
31 keepAlive *time.Ticker
32}
33
34func init() {
35 link.ReportError = communication.ErrorProcess
36 link.ReportData = communication.DataProcess

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected