Creating a virtual circuit?

92 views Asked by At

I need to send both reliable and unreliable packets over the Internet. I can't use TCP and UDP because this is going to cause the TCP starvation/UDP dominance effect. For more information about this effect have a look at the "Mixing TCP and UDP" section in this link. Thus, I need to implement reliable UDP. I want to make UDP connection-oriented. I need to create virtual circuits in order to make UDP connection-oriented. Is this possible? Is there a better way of doing this?

0

There are 0 answers