The document describes the design and implementation of a new high performance data transport protocol called UDT. UDT is implemented at the application layer over UDP to provide reliable, high-speed data transfer capabilities. It includes a new congestion control algorithm based on AIMD with decreasing increases that aims for efficiency, fairness and friendliness. Experimental results show UDT achieves high throughput and good fairness compared to TCP. The document also introduces a configurable framework called Composable UDT that allows new congestion control algorithms to be easily implemented and evaluated.