Versions in this module Expand all Collapse all v1 v1.5.0 Apr 6, 2025 Changes in this version + type Connection struct + AuthkeyB64 string + Cipher crypto.SymmetricCipher + Conn net.Conn + ID string + LastActive time.Time + Mu sync.Mutex + Relaying bool + func (c *Connection) SendMsgDetectAlive() (alive bool) + type Relay struct + func NewRelay(config config.Config) *Relay + func (r *Relay) AddConnection(id string, conn net.Conn, authKey auth.AES192Key, ...) + func (r *Relay) RemoveLongConnection(id string) + func (r *Relay) Run()