Subject: final project submission Submit your final submission in the directory tree FINAL no later than midnight April 26. In this directory create a file called README containing a check list of the following format (snip this out and use it) ___ Connection protocol works ___ Works at typing speed ___ Works on large files and full speed ___ Works with packet dropping enabled ___ Close protocol works If NOTHING works your file should look like the above. If EVERYTHING works it should look like: _x_ Connection protocol works _x_ Works at typing speed _x_ Works on large files and full speed _x_ Works with packet dropping enabled _x_ Close protocol works (1) Do NOT submit code known not to work. Broken stuff is worse than missing stuff. (2) Make sure your program can send from shadows to geckos and vice versa. (3) Make sure ALL debugging code can be disabled as follows: // #define dprintf(format, args...) fprintf(stderr, format, ##args) #define dprintf(format, args...) (4) Make sure your program still works with debugging disabled. (5) Make sure your program supports two-way packet flow.