Please consider offering answers and suggestions to help other students!
And if you fix a problem by following a suggestion here,
it would be great if other interested students could see a short
"Great, fixed it!" followup message.
How do I ask a good question?
7 articles posted by this person
Showing 7 of 503 articles.
Currently 16 other people reading this forum.
Hi Chris,
I'm sitting the deferred exam in a few weeks, and wondering if the project marks will be released to csmarks before then?
It doesn't make that much of a difference though just curious.
Kind regards,
Henry Hewgill
Hi Chris,
So I just want to clarify that this means it's not our protocol's responsibility to try collate maintain a list of all available stations in each station, but rather to gleam this from the timetable files in the project? Because we're no...
Yep makes sense, thanks for the reply.
Only thing I wasn't doing was setting the timer to NULLTIMER when it timed out because it immediately sends the data frame again (which restarts the timer). I assumed that setting it to NULLTIMER in-between woul...
Hi Chris,
I used a different approach than you did to solve the issue of working NACKs into the stop wait protocol, and I'm wondering if it's equally valid (it certainly works, though might not scale in context of later content?).
Instead of testing ...
Hi Chris,
Thanks for the reply, yep that's what I was thinking. )
I haven't gotten to duplicate retransmissions yet (though was thinking about it, maybe we store checksums and check against multiple matches? Maybe that's naive...).
Timing makes sense,...
Hi Chris,
In the slides from last week's lecture, we should be recalculating the checksum for the acknowledgement before sending it, though this wasn't in the C code
https teaching.csse.uwa.edu.au units CITS3002 lectures lecture03 07.html
...though I...