illinois-cs241 / illinois-cs241.github.io

CS 241 course website
http://cs241.cs.illinois.edu
Other
28 stars 18 forks source link

Update networking spec for more clarity #311

Closed nsunkad closed 7 months ago

nsunkad commented 7 months ago
  1. Added some clarification to the students that they’d be better off to use the provided argument checkers. If they want to modify them, added a warning to make sure they should make the checkers as exactly strict as the provided ones. See https://edstem.org/us/courses/41378/discussion/3838889

  2. If students want to see stdout output only (for client-reference or server-reference) they could use redirect command in the terminal. Mentioned this in the doc and provided an example

nsunkad commented 7 months ago

I should change ./server 12345 2> /dev/null to ./server-reference 12345 2> /dev/null. Will keep branch nitya so I can do this later