Documentation ¶
Index ¶
Constants ¶
View Source
const ( MaxQuicPktSize = 1370 ClientSendPktSize = 40 ClientRcvPktSize = 1052 ServerSendPktSize = 1052 ServerRcvPktSize = 40 )
Variables ¶
This section is empty.
Functions ¶
func ClientStart ¶
func ClientStart(conn net.PacketConn, path string) error
External interface to start client
func ServerStart ¶
func ServerStart(conn net.PacketConn, path string) error
External interface to start server
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.