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
Received on Thu Sep 6 20:15:02 2018
This archive was generated by hypermail 2.1.8 : Thu Sep 06 2018 - 20:15:02 EEST