Versions in this module Expand all Collapse all v0 v0.0.6 May 30, 2022 v0.0.5 May 30, 2022 v0.0.4 May 30, 2022 v0.0.3 May 30, 2022 v0.0.2 May 30, 2022 Changes in this version + var UdpAcceptCallBindingMethod string + var UdpAcceptCallBindingPoolNum = 2 + var UdpAcceptCallBindingStruct string + var UdpMsgNum = 512 + var UdpPort int + func SendMsg(udpMsg *UdpMsg) + func Start() + func Stop() + type OctopusUdp struct + Port int + UdpMsgChan chan *UdpMsg + type UdpCallJob struct + Ip string + Msg string + Port int + Time time.Time + func (c *UdpCallJob) Close() + func (c *UdpCallJob) Execute() + type UdpMsg struct + Ip string + Msg string + Port int + type UdpStart struct + BindingMethod string + BindingPoolNum int + BindingStruct string + MsgNum int + Port int + func (d *UdpStart) Stop() + func (u *UdpStart) Start() + type UdpStop struct