From: Janet Davis (jlnd_at_cs.washington.edu)
Date: Sat Feb 21 2004 - 19:52:54 PST
I just learned that there has been a lot of confusion about whether the
Fishnet 3 assignment requires the receiver to buffer packets that are
received out of order.
The protocol as described does NOT require you to do this. (And we won't
require it either.) You may instead discard packets that are not the next
packet expected. This will hurt performance when packets arrive late, but
with our sliding window protocol it has little effect when packets are
actually lost. And it is much simpler to implement.
If you want to implement out-of-order packet buffering, I recommend
implementing the "discard" solution first, just to get something working.
Cheers,
Janet
-- Janet Davis jlnd_at_cs.washington.edu http://www.cs.washington.edu/homes/jlnd/ _______________________________________________ Cse461 mailing list Cse461_at_cs.washington.edu http://mailman.cs.washington.edu/mailman/listinfo/cse461
This archive was generated by hypermail 2.1.6 : Sat Feb 21 2004 - 19:52:57 PST