diff --git a/AppImage/components/latency-detail-modal.tsx b/AppImage/components/latency-detail-modal.tsx index 1506ffd5..73a2d1a9 100644 --- a/AppImage/components/latency-detail-modal.tsx +++ b/AppImage/components/latency-detail-modal.tsx @@ -574,10 +574,39 @@ const generateLatencyReport = (report: ReportData) => { -${report.isRealtime && report.realtimeResults.length > 0 ? ` - +
Excellent (< 50ms): Optimal for real-time applications, gaming, and video calls.
+Good (50-100ms): Acceptable for most applications with minimal impact.
+Fair (100-200ms): Noticeable delay. May affect VoIP and interactive applications.
+Poor (> 200ms): Significant latency. Investigation recommended.
+