Versions in this module Expand all Collapse all v1 v1.1.0 Jun 24, 2026 v1.0.0 Jun 24, 2026 Changes in this version + type Config struct + Logger radiuslog.Logger + Network string + Retransmit protocol.RetransmitPolicy + Timeout time.Duration + type TCPClient struct + func NewTCPClient(server *net.TCPAddr, secret []byte, cfg Config) (*TCPClient, error) + func (c *TCPClient) Close() error + func (c *TCPClient) Transport() *transport.TCPClient + type UDPClient struct + func NewUDPClient(server *net.UDPAddr, secret []byte, cfg Config) (*UDPClient, error) + func (c *UDPClient) Close() error + func (c *UDPClient) Transport() *transport.UDPClient Other modules containing this package github.com/wxccs/radius/v2