summaryrefslogtreecommitdiff
path: root/template/l2o/mile5.html.j2
diff options
context:
space:
mode:
Diffstat (limited to 'template/l2o/mile5.html.j2')
-rw-r--r--template/l2o/mile5.html.j2184
1 files changed, 184 insertions, 0 deletions
diff --git a/template/l2o/mile5.html.j2 b/template/l2o/mile5.html.j2
new file mode 100644
index 00000000..4601ee79
--- /dev/null
+++ b/template/l2o/mile5.html.j2
@@ -0,0 +1,184 @@
+{% extends "common/base.j2" %}
+{% block body_content %}
+<main id="maincontent">
+<article class="container">
+
+ <header>
+ <h1>{{ _("NGI Assure project: Layer-2-Overlay") }}</h1>
+ </header>
+
+ <div class="row">
+ <div class="col-2 d-none d-lg-block"><!-- for large viewports show menu for better orientation -->
+ <nav class="nav subnav position-fixed flex-column border-right" style="position:fixed">
+ <a class="nav-link" href="index.html#idea">{{ _("Project main page") }}</a>
+ </nav>
+ </div>
+ <div class="col">
+
+ <h2>Implementation details milestone 5</h2><br/>
+
+ <section>
+ <h4><a name="netjail" class="subnav-anchor"></a>{{ _("Testing Framework") }}</h4><br/>
+ <p>
+ {% trans %}
+ <ul>
+ <li>Added so called barrier functionality, which is a set of commands to easy implement a barrier. A barrier is some point in time during execution of a test which if reached can trigger some action. For details have a look into commits 34e1c58cb39a649c9a4c551681cedf19807b85f0, ba4d141be09651b452270fc21f062d50bd3f738a and 2c2b2911e1585dc378dbb88d4dd6aaec37b00316.</li>
+ </ul>
+ {% endtrans %}
+ </p>
+ <p>
+ Even more details in commits fc99f54070e04c043c14f2244f85833ecf6b00c4, 95a1edacccd9b3bf769a144a12d41946d0ac25dc and 247230d737e3e4709392148bfabbde25871b6914
+ </p>
+ </section>
+
+ <section>
+ <h4><a name="netjail" class="subnav-anchor"></a>{{ _("TNG Service") }}</h4><br/>
+ <p>
+ {% trans %}
+ <ul>
+ <li>Added nat reversal code to tcp communicator. Prepared udp communicator.</li>
+ <li>Added tcp icmp nat hole punching test case script, and fixed bugs occuring during shutdown.</li>
+ <ul>
+ <li>src/transport/test_transport_nat_icmp_tcp.sh</li>
+ </ul>
+ <li>Added performance test case.</li>
+ <ul>
+ <li>src/transport/test_transport_plugin_cmd_simple_send_performance.c</li>
+ <li>src/transport/test_transport_simple_send_performance.sh</li>
+ <li>src/transport/test_transport_simple_send_performance_topo.conf</li>
+ <li>src/transport/transport_api_cmd_send_simple_performance.c</li>
+ </ul>
+ <li>Fixed bug happening during check for pending validation requests after
+ nat reversal.</li>
+ <li>Fixed bug of QueueEntry deleted too early.</li>
+ <li>Fixed bug about missing synchronisation between client and service queue
+ in Transport Core API.</li>
+ <li>Fixed bug of not sending the changed window size, which takes into account the used and lost data.</li>
+ </ul>
+ {% endtrans %}
+ </p>
+ <p>
+ Even more details in commits fc99f54070e04c043c14f2244f85833ecf6b00c4, 95a1edacccd9b3bf769a144a12d41946d0ac25dc and 247230d737e3e4709392148bfabbde25871b6914
+ </p>
+ </section>
+
+ <section>
+ <h4><a name="netjail" class="subnav-anchor"></a>{{ _("Master Loop") }}</h4>
+ <p>
+ {% trans %}
+ <table width="100%">
+ <tr>
+ <td width="60%" style="vertical-align: top;">src/transport/test_transport_simple_send_dv_inverse.sh</td><td width="55%" style="vertical-align: top;">Added script to start the inverse distance vector test case.</td>
+ <tr>
+ <td></td><td> </td>
+ </tr>
+ <tr>
+ <td width="60%" style="vertical-align: top;">src/transport/test_transport_simple_send_dv_circle.sh</td><td width="55%" style="vertical-align: top;">Added script to start the circle distance vector test case.</td>
+ <tr>
+ </table>
+ {% endtrans %}
+ </p>
+ <h4><a name="netjail" class="subnav-anchor"></a>{{ _("Local Loop") }}</h4>
+ <p>
+ {% trans %}
+ <table width="100%">
+ <tr>
+ <td width="60%" style="vertical-align: top;">src/transport/transport_api_cmd_connecting_peers.c</td><td width="40%" style="vertical-align: top;">Added logic to handle counting additonal connection per peer.</td>
+ <tr>
+ <td></td><td> </td>
+ </tr>
+ <tr>
+ <td width="60%" style="vertical-align: top;">src/transport/test_transport_plugin_cmd_simple_send_dv.c</td><td width="40%" style="vertical-align: top;">Added plugin which creates the commands for the distance vector test cases.</td>
+ <tr>
+ </table>
+ {% endtrans %}
+ </p>
+ <h4><a name="netjail" class="subnav-anchor"></a>{{ _("Configuration") }}</h4>
+ <p>
+ {% trans %}
+ <ul>
+ <li>Added configuration to be able to start executables on a router node</li>
+ <ul>
+ <li>contrib/netjail/netjail_core.sh</li>
+ <li>contrib/netjail/netjail_start.sh</li>
+ <li>contrib/netjail/topo.sh</li>
+ </ul>
+ </ul></br>
+ <table width="100%">
+ <tr>
+ <td width="60%" style="vertical-align: top;">src/transport/test_transport_nat_upnp_topo.conf</td><td width="40%" style="vertical-align: top;">Added topology file for nat upnp test case</td>
+ <tr>
+ <td></td><td> </td>
+ </tr>
+ <tr>
+ <td width="60%" style="vertical-align: top;">contrib/netjail/netjail_start.sh</td><td width="40%" style="vertical-align: top;">Handing over the global number of the router node to the script running
+ on that node. (8e1bf27b11)</td>
+ <tr>
+ </table></br>
+ <ul>
+ <li>miniupnpd only works with public IP addresses. (c524f91a6)</li>
+ <ul>
+ <li>contrib/netjail/netjail_start.sh</li>
+ <li>src/testing/gnunet-cmds-helper.c</li>
+ <li>src/testing/testing.c</li>
+ </ul>
+ </ul>
+ <ul>
+ <li>Changed the format of the interface names to make miniupnpd happy. (4aec035ea)</li>
+ <ul>
+ <li>contrib/netjail/netjail_core.sh</li>
+ <li>src/testing/testing_api_cmd_netjail_start_cmds_helper.c</li>
+ </ul>
+ </ul>
+ <ul>
+ <li>Cleanup after scripts which were running on netjail nodes. (9d6ace0b9)</li>
+ <ul>
+ <li>contrib/netjail/netjail_stop.sh</li>
+ </ul>
+ </ul></br>
+ <table width="100%">
+ <tr>
+ <td width="60%" style="vertical-align: top;">src/transport/test_transport_nat_icmp_tcp_topo.conf</td><td width="40%" style="vertical-align: top;">Added topology file for tcp icmp nat hole punching test case.</td>
+ <tr>
+ </table></br>
+ <ul>
+ <li>Added code to configure connection attempts to natted peers. (6de2cb8f7a)</li>
+ <ul>
+ <li>src/testing/testing.c</li>
+ <li>src/transport/transport_api_cmd_connecting_peers.c</li>
+ </ul>
+ </ul>
+ <ul>
+ <li>Added code in the netjail scripts to enable router nodes to forward icmp requests
+ and response. (a21cb1820)</li>
+ <ul>
+ <li>contrib/netjail/netjail_core.sh</li>
+ <li>contrib/netjail/netjail_start.sh</li>
+ </ul>
+ </ul>
+ {% endtrans %}
+ </p>
+ </section>
+ <section>
+ <h4><a name="netjail" class="subnav-anchor"></a>{{ _("Performance Measurement") }}</h4>
+ <p>
+ {% trans %}
+ The outcome of the performance measurement was 20 MByte/s for packet size of 65000 bytes.
+
+ For this measurement the TNG layer was using tcp only, because there was an unfixed bug, if running tcp and udp in parallel.
+ {% endtrans %}
+ </p>
+ </section>
+ <section>
+ <h4><a name="netjail" class="subnav-anchor"></a>{{ _("API Documentation") }}</h4>
+ <p>
+ {% trans %}
+ Documentation of the new <a href='https://docs.gnunet.org/doxygen/d2/dc4/group__TNG.html'>TNG Api</a>.
+ {% endtrans %}
+ </p>
+ </section>
+ </div>
+ </div>
+
+</article>
+{% endblock body_content %}