implémentation de Tsock par Abderrahman et Nathan
Find a file
2023-02-13 10:01:27 +01:00
.gitignore serveur recepteur recoit plusieurs messages 2023-02-13 09:30:52 +01:00
LICENSE Initial commit 2023-02-07 12:37:42 +01:00
README.md juste un test pour apprendre git etud 2023-02-07 13:25:34 +02:00
tcp puit Ajouter 'tcp puit' 2023-02-07 15:12:34 +01:00
TCP source Ajouter 'TCP source' 2023-02-07 14:39:21 +01:00
tsock_test_Nathan.c début v4 2023-02-13 08:44:51 +01:00
tsock_v0.c recovering tsock_v0.c 2023-02-07 14:27:20 +01:00
tsock_V3.c début v4 2023-02-13 08:44:51 +01:00
tsock_v4.c printf -> perror 2023-02-13 10:01:27 +01:00

tsock_Abderrahman_Nathan

implémentation de Tsock par Abderrahman et Nathan

To compile

gcc -Wall tsock_v0.c

To get the files

git clone https://git.etud.insa-toulouse.fr/nbillard/tsock_Abderrahman_Nathan.git

download updates

git pull

upload updates git

git add .
git commit -m "meaningfull message"
git push