modulepackage
0.0.0-20210514215817-d3c13be5c54d
Repository: https://github.com/syncbak-git/go-udtwrapper.git
Documentation: pkg.go.dev
# README
go-udtwrapper
This is a cgo wrapper around the main C++ UDT implementation.
Usage
Tools:
- udtcat - netcat using the udt pkg
Try:
(cd udtcat; go build; ./test_simple.sh)
# Functions
Dial connects to the remote address raddr on the network net, which must be "udt", "udt4", or "udt6".
DialUDT connects to the remote address raddr on the network net, which must be "udt", "udt4", or "udt6".
Listen listens for incoming UDT packets addressed to the local address laddr.
ListenUDT listens for incoming UDT packets addressed to the local address laddr.
No description provided by the author
No description provided by the author
# Structs
No description provided by the author
No description provided by the author
UDTConn is the implementation of the Conn and PacketConn interfaces for UDT network connections.
UDTListener is a network listener for UDT.