Well, in short it would require me to completely re-do TNet. So nope, no plans at this time. TCP+UDP approach has been used successfully before, even on a larger scale. Dark Age of Camelot MMO used both, for example. Also note that Reliable UDP is nice, but it's also a lot more resource and GC-heavy. It's a great thing to implement in C++, less so in C#.