10Kas
Is TCP still more secure than UDP if all data is encrypted?
TCP is preferred over UDP for various reasons, security being one of them. Obviously, TCP is also preferred for various reason unrelated to security (e.g. error debugging).
So in the context of security only: If all data is encrypted securely (like it often is), is TCP still more secure than UDP?
Why/ Why not?