Parcourir la source

Display the number of packets sent/received

Baptiste Jonglez il y a 10 ans
Parent
commit
03c565f112
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. 1 0
      templates/results.html

+ 1 - 0
templates/results.html

@@ -27,6 +27,7 @@
         {% endif %}>
         {% endif %}>
         {{ packetloss|round(2) }}%
         {{ packetloss|round(2) }}%
       </span>
       </span>
+      ({{ r.probes_sent - r.probes_received }}/{{ r.probes_sent }})
     </td>
     </td>
     <td>{{ r.participant.name }}
     <td>{{ r.participant.name }}
       {% if r.participant.country is not none() %}
       {% if r.participant.country is not none() %}