Browse Source

Display the number of packets sent/received

Baptiste Jonglez 10 years ago
parent
commit
03c565f112
1 changed files with 1 additions and 0 deletions
  1. 1 0
      templates/results.html

+ 1 - 0
templates/results.html

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