[ee122] Receiving Packets

Jeffrey Wang jkwang at berkeley.edu
Sun Dec 9 17:43:37 PST 2007


I understand that UDP won't combine 2 packets into 1.

However, do we have to follow this same guideline for our protocol?

For example, the receiver is expecting packet #1 to come.
However, packets #2, #3 come first, so I store it up in some queue.  
Once packet #1, can I give 1, 2, 3 to the application all at once? or  
should I only give #1 now?


More information about the ee122 mailing list