tracking

package
v0.0.0-...-e7b3cca Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 10, 2026 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Connection

type Connection struct {
	net.Conn
	// contains filtered or unexported fields
}

func NewConnection

func NewConnection(conn net.Conn, counter *atomic.Int64, m *smap.Map[*Connection]) *Connection

func (*Connection) Close

func (c *Connection) Close() error

func (*Connection) Reset

func (c *Connection) Reset() error

type Listener

type Listener struct {
	net.Listener
	// contains filtered or unexported fields
}

func NewListener

func NewListener(l net.Listener, counter *atomic.Int64) *Listener

func (*Listener) Accept

func (l *Listener) Accept() (net.Conn, error)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL