package
18.0.0-dev.vnet-windows.4+incompatible
Repository: https://github.com/gravitational/teleport.git
Documentation: pkg.go.dev

# Functions

New returns a ping connection wrapping the provided net.Conn.
NewTLS returns a ping connection wrapping the provided tls.Conn.

# Structs

PingConn wraps a net.Conn and add ping capabilities to it, including the `WritePing` function and `Read` (which excludes ping packets).
PingTLSConn wraps a tls.Conn and adds ping capabilities to it.