Ditto. The underlying general "issue" is: a TCP connection is a continuous stream (well, two streams; it's two-way), while UDP sends independent datagrams. This means that in general one cannot freely "translate" from TCP to UDP nor the other way around.
↧