Closed ffreddow closed 4 months ago
Result of our last talk: There is no need for a tcp connection since it does not help us with port discovery and everything else that is currently planned would not benefit drastically from it where as we would need additional logic to be able to reassemble packets since tcp is stream based.
I could imagine some usecases where we want to make sure that a message has been received. With udp we would need to check that manually. On the downside: tcp consumes more resources.