No description
Find a file
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
include ADD+BUGFIX [mictcp/mictcp_core] (see details below) 2018-05-03 19:14:04 +02:00
src ADD+BUGFIX [mictcp/mictcp_core] (see details below) 2018-05-03 19:14:04 +02:00
video Cleanup: use a symbolic link for video/video.bin 2018-05-03 18:43:40 +02:00
.gitignore added a gitignore file 2016-06-13 23:18:18 +02:00
Makefile Cleanup: remove trailing whitespace in all files of the project 2018-05-01 18:30:13 +02:00
tsock_texte Cleanup: standardization of indentations in tsock_texte and tsock_video 2018-05-03 18:41:58 +02:00
tsock_video Cleanup: standardization of indentations in tsock_texte and tsock_video 2018-05-03 18:41:58 +02:00