MCPcopy Create free account
hub / github.com/Hidden-Node/GooseRelayVPN-AndroidClient / NewVirtualConn

Function NewVirtualConn

internal/socks/conn.go:26–26  ·  view source on GitHub ↗
(s *session.Session)

Source from the content-addressed store, hash-verified

24}
25
26func NewVirtualConn(s *session.Session) *VirtualConn { return &VirtualConn{s: s} }
27
28func (v *VirtualConn) Read(b []byte) (int, error) {
29 for {

Callers 1

ServeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected