package
0.3.4
Repository: https://github.com/aliyun/aliyun-log-jaeger.git
Documentation: pkg.go.dev

# Functions

NewTUDPClientTransport creates a net.UDPConn-backed TTransport for Thrift clients All writes are buffered and flushed in one UDP packet.
NewTUDPServerTransport creates a net.UDPConn-backed TTransport for Thrift servers It will listen for incoming udp packets on the specified host/port Example: trans, err := thriftudp.NewTUDPClientTransport("localhost:9001").

# Constants

MaxLength of UDP packet.

# Structs

TUDPTransport does UDP as a thrift.TTransport.