Commit graph

18 commits

Author SHA1 Message Date
29848aeefd version 1 2023-05-10 11:08:05 +01:00
becc7c5542 version 4 2023-05-10 11:05:13 +01:00
Barnavon Jules-Ian
a96e24c62c Très etrange.... 2023-05-10 11:50:51 +02:00
5a7b204d24 version 2 avec reception ack asynchrone marche bien 2023-05-08 08:41:17 +01:00
ed8e10c640 en train de mettre en place la recuperation assynchrone des ack 2023-05-08 07:28:22 +01:00
196ee68c96 version 4 sans fiabilite partielle, attention le code ne marche pas d'une compilation a l'autre 2023-05-06 18:22:44 +01:00
Barnavon Jules-Ian
f875ee5359 Syn ack pas bien reçu résultat change d'une execution a l'autre 2023-04-19 18:22:27 +02:00
Barnavon Jules-Ian
d88cf5d2d5 mictcp_v3 en cours 2023-04-12 15:17:00 +02:00
Barnavon Jules-Ian
651df34c1b mictcp_v2 OK git add .! 2023-04-12 14:33:38 +02:00
Barnavon Jules-Ian
8ddf0620a9 SYN ACK reçu mais pas encore ACK 2023-04-06 19:12:33 +02:00
Aitbytes
ba1b549339
v2 pas termine 2023-04-05 21:29:28 +02:00
jules-ian
c53de688f0
Add files via upload 2023-03-23 17:22:29 +01:00
Aitbytes
670ec73c40
Update mictcp.c 2023-03-20 13:48:44 +01:00
Guillaume Averlant
5e4a2b64a9 ADD+BUGFIX [mictcp/mictcp_core] (see details below)
1) BUGFIX: Fixed the return value of IP_send() and IP_recv() so that they does not include the header size anymore.

2) ADD: Harmonization of IP_send() and IP_recv() so that they both use mic_tcp_pdu data instead of ip_payload data.
Moved therefore the ip_payload type declaration in mictcp_core.h.

3) ADD: Add the source address to the arguments of process_received_PDU() in order to make the multiplexing implementation possible.

4) ADD: Generate a stub addr in IP_recv()
2018-05-03 19:14:04 +02:00
Guillaume Averlant
95be64764a Cleanup: remove trailing whitespace in all files of the project 2018-05-01 18:30:13 +02:00
Guillaume Averlant
e28e634800 Updated the mictcp base with the 2017-03-18 source code distributed to students.
These changes were not made by myself.
2018-05-01 18:20:58 +02:00
Nicolas Van Wambeke
ddeca822aa Modified to compiled with -ansi and -Wall
-pedantic was not set to allow for __FUNCTION__ use in printf
2016-06-19 15:02:32 +02:00
Nicolas Van Wambeke
dc58e0e2d5 Initial Import 2016-06-13 23:17:19 +02:00