projects for cs144 -- introduction to computer networks at Stanford University
Stars
2
Forks
5
Watchers
2
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
No contributors data available
Fixed bug where the first side to send EOF would not destroy the connection.
0f44a1bView on GitHubFixed bug in client: forgot to increment seqnoLastPacketSent after sending a data packet. Now passing all tests.
ba824f6View on GitHubOh shit, I should have unit tested, a million bugs probably by now
404db07View on GitHubAdded functionality to send acks for data packets previously seen.
d9ab74eView on GitHubcleaned up a bunch of syntax bugs catched by the compiler.
c46a68cView on GitHubAdded some state for server side in rel_t. Implemented rel_destroy to free rel_t memory. Expanded process_ack so that client can call rel_destroy after receiving ack for EOF packet only if the server is also in finished state.
7bab2a2View on GitHubRemoving conceptual confusion about transmitter and client from code. Renaming transmitter comments and variables to client. No functionality change, just documentation change.
e046cc0View on GitHubImplemented rel_timer. Done with transmitter side
d99a39bView on GitHubImplemented transmitter side of rel_recvpkt. Only missing rel_timer on the transmitter side.
3ba37a3View on GitHubImplemented rel_read and added 3 fields to rel_t.
cfa52f8View on GitHub