From 1d671de226f3644a97e6f4cee0a44e5357463888 Mon Sep 17 00:00:00 2001 From: avinal <185067@nith.ac.in> Date: Wed, 10 Feb 2021 17:00:44 +0530 Subject: [PATCH] comments modified --- computer_networks/lab/lab2/client.c | 2 +- computer_networks/lab/lab2/server.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/computer_networks/lab/lab2/client.c b/computer_networks/lab/lab2/client.c index 46192de..1500d48 100644 --- a/computer_networks/lab/lab2/client.c +++ b/computer_networks/lab/lab2/client.c @@ -1,5 +1,5 @@ /** - * /mnt/z/my_git/sixth-semester/computer_networks/simulation/scratch/client.c + * /mnt/z/my_git/sixth-semester/computer_networks/lab/lab2/client.c * @author Avinal Kumar * @since February 03, 2021 * diff --git a/computer_networks/lab/lab2/server.c b/computer_networks/lab/lab2/server.c index 3061339..1d55060 100644 --- a/computer_networks/lab/lab2/server.c +++ b/computer_networks/lab/lab2/server.c @@ -1,5 +1,5 @@ /** - * /mnt/z/my_git/sixth-semester/computer_networks/simulation/scratch/server.c + * /mnt/z/my_git/sixth-semester/computer_networks/lab/lab2/server.c * @author Avinal Kumar * @since February 03, 2021 *