MCPcopy
hub / github.com/MetaCubeX/mihomo / streamPacketIO

Struct streamPacketIO

transport/openvpn/control.go:372–377  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

370}
371
372type streamPacketIO struct {
373 conn net.Conn
374 deadlineMu sync.Mutex
375 readDeadline time.Time
376 writeDeadline time.Time
377}
378
379type datagramPacketIO struct {
380 conn net.Conn

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected