# 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.