This document specifies an implementation of the uTP streaming protocol which uses Node Discovery Protocol v5 as a transport instead of raw UDP packets. All uTP packets MUST be sent using the TALKREQ ...
We should send the connection syn to every address from the remote peer at once and only start waiting for a proper receive. Sending part should be done in parallel, so we don't risk receiving the ...