Versions in this module Expand all Collapse all v1 v1.0.0 Apr 9, 2022 Changes in this version + func ForwardUserConn(udpConn *net.UDPConn, readCh <-chan *msg.UDPPacket, ...) + func Forwarder(dstAddr *net.UDPAddr, readCh <-chan *msg.UDPPacket, sendCh chan<- msg.Message, ...) + func GetContent(m *msg.UDPPacket) (buf []byte, err error) + func NewUDPPacket(buf []byte, laddr, raddr *net.UDPAddr) *msg.UDPPacket