Jonathan E. Brickman wrote: > it says it's TCP, not UDP, and it is using a connected socket which > means TCP I do believe.
Sockets work with both TCP and UDP. > I had thought RTP-MIDI was UDP? RTP is specified for both TCP and UDP. > I wonder if judicious use of UDP would improve performance by > a substantial amount? The only interesting case is error handling, where you can choose between retransmission (TCP) or dropped packets (UDP). Regards, Clemens _______________________________________________ Linux-audio-dev mailing list Linux-audio-dev@lists.linuxaudio.org https://lists.linuxaudio.org/listinfo/linux-audio-dev