jit.net.send

Networking Jitter matrices via TCP

For sending large amounts of media data—such as video—over the internet, TCP is more reliable than UDP because the receiving computer can check that it has received packets in the proper order, and it sends back an acknowledgement messages so that the sending computer knows whether the packet was successfully received. For large packets, it's best to put all the data into a Jitter matrix and send that via TCP.