Skip to content

Order of retransmitted messages #29

Answered by bebopagogo
marygilliland asked this question in Q&A
Discussion options

You must be logged in to vote

The NORM_OBJECT_DATA form of transport treats each content "object" as an atomic unit and the NORM API code delivers those received objects to the application as soon as they are received without regards to order of delivery. The idea here is some applications may be able to make use of the NORM_OBJECT_DATA content right away (i.e., with lower latency) even if it is out-of-order with respect to how the sender enqueued the data. Note that NORM_OBJECT_STREAM, however, does enforce in-order delivery of data (just like TCP does) and you can use the NormSetEom() marking to designate "message" boundaries within the stream if your application is sending "messages" as opposed to a byte-stream. NO…

Replies: 2 comments 3 replies

Comment options

You must be logged in to vote
0 replies
Answer selected by marygilliland
Comment options

You must be logged in to vote
3 replies
@bebopagogo
Comment options

@marygilliland
Comment options

@marygilliland
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants