|
|
|
|
|
by JoeAltmaier
3060 days ago
|
|
If you just use TCP again you haven't done anything. The whole point is to avoid latency. Most folks use some UDP-based protocol package instead of reinventing the wheel. Its not rocket science, but it isn't trivial. Defining your own packets to do all the flow stuff is just work, like any other programming task. |
|
I've built variations of UDP based protocols 4 or 5 different times over my career. I'm literally in the middle of this right now with the radio framing protocol I've been developing. I really think you're making it out to be much harder than it is.