Skip to content

Commit

Permalink
Fixed a type in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Dherse authored Aug 7, 2020
1 parent 3696179 commit 241772f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# TRTP2

This is an implementation of a file receiver based on the TRTP protocol for the LINGI1341 courses taught at UCLouvain in Belgium. It is a full C implementation written for a project during the semester. It is capable of handling well in excess of a million packets per second. Since the end of the project (November 2019) we still come back from time to time to tweak little things and improve performance where necessary. The code is built with `-Wpedantic` flag to ensure relatively clean code.
This is an implementation of a file receiver based on the TRTP protocol for the LINGI1341 course taught at UCLouvain in Belgium. It is a full C implementation written for a project during the semester. It is capable of handling well in excess of a million packets per second. Since the end of the project (November 2019) we still come back from time to time to tweak little things and improve performance where necessary. The code is built with `-Wpedantic` flag to ensure relatively clean code.

Final grade : **full mark (20/20)**
Here was the comment of the teacher on the project :
Here was the comment of the TA on the project :

> Très bonne implémentation. Les choix posés sont bien expliqués et pertinents. Les expériences rapportées appuies bien ceux-ci. La suite de tests couvre bien l'implémentation. Des tests démarrant votre receiver et le sender de référence dans une série de réseaux différents auraient été un plus. Félicitations.
Expand Down Expand Up @@ -125,4 +125,4 @@ Here is the callgraph of the application showing the limitations caused by CRC 3
## Packet flow

Here is the transfer graph for a small transfer of a few KiB showing the use of `recvmmsg`.
![Network](udp_flow.png)
![Network](udp_flow.png)

0 comments on commit 241772f

Please sign in to comment.