[MUD-Dev] UDP Revisted

Daniel.Harman at barclayscapital.com Daniel.Harman at barclayscapital.com
Tue Oct 16 09:44:56 CEST 2001


From: Travis Nixon [mailto:tnixon at avalanchesoftware.com]

> Therefore, you see lots of people who want to implement
> reliability on top of UDP, but I have never ever seen anybody who
> wanted to implement reliable in-order delivery over UDP.  :)

Actually my current implementation is 'in-order' on the reliable
side. I put incomming messages into an input buffer, but the app
only gets fed them when they are in-order with no gaps. I think its
quite important to have this property as I want things like chat
messages to appear in the order they were sent to you. Frankly the
amount of traffic in the reliable channel should be dwarfed by the
non-reliable.

The non-reliable channel is not in order.

Dan
_______________________________________________
MUD-Dev mailing list
MUD-Dev at kanga.nu
https://www.kanga.nu/lists/listinfo/mud-dev



More information about the mud-dev-archive mailing list