Newglear
48472bac02
ajout connexion
2022-04-06 17:22:15 +02:00
Newglear
b8abbb726a
Je sais pas si ça marche j'ai fait des test
2022-03-24 15:26:04 +01:00
Newglear
5e1c7e4f94
Essai de correction non concluante
2022-03-24 15:11:01 +01:00
Newglear
e53cd9219b
Merge branch 'main' of github.com:Newglear/mictcp
2022-03-24 14:52:17 +01:00
Newglear
cea5d0bdab
fix
2022-03-24 14:51:52 +01:00
Newg
c72daaf2ec
Update Timeout <3
2022-03-21 11:19:34 +01:00
4ea17a3053
V3 fini let's go
2022-03-21 10:47:59 +01:00
b21bee3494
Ajout de compteur de retransmission et correction de PE et PA
2022-03-21 09:10:51 +01:00
36bdb2b66d
Debug de la v2
2022-03-21 08:24:36 +01:00
Newglear
75b32735c4
V2 | à lanccer et vérififer que tout finctionne avec les pertes et les reprises de pertes. Faudra aussi rajouter des msgs de debug
2022-03-18 10:46:40 +01:00
f24472df74
V1 implémentée
2022-03-18 09:43:49 +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