ntop / n2n

Peer-to-peer VPN
GNU General Public License v3.0
6.19k stars 933 forks source link

changed benchmark to MTU sized packets #966

Closed Logan007 closed 2 years ago

Logan007 commented 2 years ago

This makes the tools/n2n-benchmark tool use MTU sized packets (defaults to 1290 bytes) instead of previous fixed packet size of 512 bytes. It might be helpful to some for evaluation purposes as we see more experiments with MTU going on.

codecov-commenter commented 2 years ago

Codecov Report

Merging #966 (fbedf91) into dev (e686b95) will decrease coverage by 0.00%. The diff coverage is 0.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##              dev     #966      +/-   ##
==========================================
- Coverage   20.54%   20.53%   -0.01%     
==========================================
  Files          42       42              
  Lines        8523     8525       +2     
==========================================
  Hits         1751     1751              
- Misses       6772     6774       +2     
Impacted Files Coverage Δ
tools/n2n-benchmark.c 0.00% <0.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update e686b95...fbedf91. Read the comment docs.