From 87bf50a37b5218c34b65d5a048b28011d70d9b25 Mon Sep 17 00:00:00 2001 From: aniampio Date: Tue, 25 Oct 2022 23:18:54 +0100 Subject: [PATCH 1/2] Add acks for POINTER EU project to the README file --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 6c7bf47..7f90a03 100644 --- a/README.md +++ b/README.md @@ -81,3 +81,8 @@ test tests::bench_process ... bench: 157.322 us/iter * `1000000 / 386.348` = ~2588 packet creations per second * `1000000 / 157.322` = ~6356 packet unwrappings per second + + +--- +This code has received partial funding from the Next Generation Internet POINTER programme of the European Commission, as part of the Horizon 2020 Research and Innovation Programme, under Grant Agreement Nº 871528. +--- From 1a083a87e6c69c900238c603bc10684791141ad1 Mon Sep 17 00:00:00 2001 From: aniampio Date: Tue, 25 Oct 2022 23:20:02 +0100 Subject: [PATCH 2/2] Update style --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 7f90a03..411e3cb 100644 --- a/README.md +++ b/README.md @@ -83,6 +83,5 @@ test tests::bench_process ... bench: 157.322 us/iter * `1000000 / 157.322` = ~6356 packet unwrappings per second ---- +### Acknowledgments This code has received partial funding from the Next Generation Internet POINTER programme of the European Commission, as part of the Horizon 2020 Research and Innovation Programme, under Grant Agreement Nº 871528. ----