On Mit, 2017-02-22 at 11:57 +0100, oliver wrote:
is it better to open more than one port (or is it a socket ?) for this purpose or will that make things worse ?
I don't think that opening more than one socket has any positive impact on data throughput or latency. I'd stick with one connection since it makes things a lot easier when everything sent is received in the same order reliably.
Roman