Commit graph

  • 0cc13441c2
    Merge 5140f704d7 into 13766b7c78 leoniegtt 2022-04-22 19:10:48 +0200
  • 5140f704d7 merge branch leo Léonie 2022-04-22 19:04:30 +0200
  • f64dfead5c Merge branch 'Gwen' Newglear 2022-04-11 10:46:13 +0200
  • dcba7e7368 Fin de connexion. A nettoyer Newglear 2022-04-11 10:44:36 +0200
  • 12632a6626 Merge branch 'Gwen' Newglear 2022-04-11 09:15:48 +0200
  • e4e11c34e2 Connect fonctionne normalement. Fenetre à ajouter si possible Newglear 2022-04-11 09:10:17 +0200
  • d79d9acf4c ajouts quelques commentaires/relecture Léonie 2022-04-11 01:34:59 +0200
  • 4406108f8a Connexion commentée Newglear 2022-04-06 18:09:16 +0200
  • 8275deb66e debug on en peut plus Newglear 2022-04-06 17:45:26 +0200
  • 1c473d315d Merge branch 'main' of github.com:Newglear/mictcp Newglear 2022-04-06 17:33:08 +0200
  • 1c6c75ddeb Ajout connexion Newglear 2022-04-06 17:28:49 +0200
  • 48472bac02 ajout connexion Newglear 2022-04-06 17:22:15 +0200
  • aba9fd19a5 test undo Léonie 2022-04-06 15:57:05 +0200
  • 7a2878e315 test Léonie 2022-04-06 15:32:40 +0200
  • b8abbb726a Je sais pas si ça marche j'ai fait des test Newglear 2022-03-24 15:26:04 +0100
  • 5e1c7e4f94 Essai de correction non concluante Newglear 2022-03-24 15:11:01 +0100
  • e53cd9219b Merge branch 'main' of github.com:Newglear/mictcp Newglear 2022-03-24 14:52:17 +0100
  • cea5d0bdab fix Newglear 2022-03-24 14:51:52 +0100
  • c72daaf2ec
    Update Timeout <3 Newg 2022-03-21 11:19:34 +0100
  • 4ea17a3053 V3 fini let's go g_robert 2022-03-21 10:47:59 +0100
  • b21bee3494 Ajout de compteur de retransmission et correction de PE et PA g_robert 2022-03-21 09:10:51 +0100
  • 36bdb2b66d Debug de la v2 g_robert 2022-03-21 08:24:36 +0100
  • 75b32735c4 V2 | à lanccer et vérififer que tout finctionne avec les pertes et les reprises de pertes. Faudra aussi rajouter des msgs de debug Newglear 2022-03-18 10:46:40 +0100
  • f24472df74 V1 implémentée g_robert 2022-03-18 09:43:49 +0100
  • 13766b7c78 Merge github.com:nicolasvw/mictcp main Nicolas Van Wambeke 2022-03-12 09:49:01 +0100
  • 377728892e Added a readme file with general information on usage of this repository Nicolas Van Wambeke 2022-03-12 09:44:24 +0100
  • bab4c30b2b
    Build on commit Nicolas Van Wambeke 2022-03-05 16:45:19 +0100
  • f643d39168 Changes to use random port numbers (depend on user's uid) rather than a static port. Allows all students to use the same machine (for Covid-19 mitigation) Nicolas Van Wambeke 2020-04-03 11:36:58 +0200
  • 4e12819c36 BUGFIX: 64bit compatibility patch ! Guillaume Averlant 2018-05-03 19:16:10 +0200
  • 5e4a2b64a9 ADD+BUGFIX [mictcp/mictcp_core] (see details below) Guillaume Averlant 2018-05-03 19:14:04 +0200
  • d8da9cac5e Cleanup: use a symbolic link for video/video.bin Guillaume Averlant 2018-05-03 18:43:40 +0200
  • 3f7c447bef Cleanup: standardization of indentations in tsock_texte and tsock_video Guillaume Averlant 2018-05-03 18:41:58 +0200
  • 95be64764a Cleanup: remove trailing whitespace in all files of the project Guillaume Averlant 2018-05-01 18:30:13 +0200
  • e28e634800 Updated the mictcp base with the 2017-03-18 source code distributed to students. Guillaume Averlant 2018-05-01 18:20:58 +0200
  • 5c3e257904 Cleaned global variables and simplified the partially reliable send Nicolas Van Wambeke 2016-06-19 21:04:55 +0200
  • eda791330c Replaced custom made buffer by sys/queue.h TAILQ implementation Nicolas Van Wambeke 2016-06-19 18:17:28 +0200
  • ad23e0afd4 Correctly initialized the addr size variable used in recvfrom Nicolas Van Wambeke 2016-06-19 17:20:51 +0200
  • 31e585aca8 Replaced a few calls to bzero and bcopy by memset and memcpy respectively. Replaced the use of struct timeval by POSIX compliant struct timespec. Nicolas Van Wambeke 2016-06-19 16:10:38 +0200
  • ddeca822aa Modified to compiled with -ansi and -Wall -pedantic was not set to allow for __FUNCTION__ use in printf Nicolas Van Wambeke 2016-06-19 15:02:32 +0200
  • 8ff0603d6a Added a few targets to the makefile: dist, distclean, prof The prof target takes an optional tag variable to customize the generated file name Nicolas Van Wambeke 2016-06-19 13:34:18 +0200
  • 9cf49fe991 Added proper termination after user pressed CTRL+D, call to mic_tcp_close Nicolas Van Wambeke 2016-06-19 11:50:50 +0200
  • dc7fb0af27 modified for termination when used for mictcp video replay Nicolas Van Wambeke 2016-06-19 11:47:13 +0200
  • 769f757fec added a gitignore file Nicolas Van Wambeke 2016-06-13 23:18:18 +0200
  • dc58e0e2d5 Initial Import Nicolas Van Wambeke 2016-06-13 23:17:19 +0200