diff --git a/lab6/server.c b/lab6/server.c index 0c5522efd32c75fee958e5391c489ac5b9bbb7b7..00076c5b847ac001bc50e9f00e4569a7a8e4e3af 100644 --- a/lab6/server.c +++ b/lab6/server.c @@ -29,7 +29,7 @@ int recv_seq_udp(int sockfd, struct seq_udp *seq_packet, int expected_seq) { // TODO: If we got the expected packet (by seq) send ACK for the seq.packet // and return the number of bytes read. - // We will increase expected_seq in the calling function (recv_a_file(...)) */ + // We will increase expected_seq in the calling function (recv_a_file(...)) // TODO: If segment is not with the expected number, send ACK // for the last well received packet (expected_seq - 1) and return -1