CS305-Lab icon indicating copy to clipboard operation
CS305-Lab copied to clipboard

My CS305 Computer Networking Lab Assignments

Results 2 CS305-Lab issues
Sort by recently updated
recently updated
newest added

The following `headers` dict should be replaced by a case-insensitive dictionary. https://github.com/ziqin/CS305-Lab/blob/ee84ea97416c8d934e6b957a3a0f400a61fe3989/SimpleWebFileBrowser/web.py#L131

bug

In line 124, since you write ```python while True: ... if front == rcvd_ack.ack_num: break; ``` The `if` statement means the receiver haven't receive the packet with first byte number...