From 58995c6f10319ec11f3a810a7bd81b4b9a28925e Mon Sep 17 00:00:00 2001 From: Joel Martin Date: Sun, 23 Jan 2011 20:00:08 -0600 Subject: [PATCH] Typo. --- docs/latency_results.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/latency_results.txt b/docs/latency_results.txt index d42447a..454a590 100644 --- a/docs/latency_results.txt +++ b/docs/latency_results.txt @@ -9,10 +9,10 @@ The latency measure are from the point the packet was sent to when it was received back again in milliseconds. One notable data point missing from this is how long it actually took for the client to send 3000 packets because sending large packets can put load on the browser -and it may be a lot longer than 10ms before the timer to send the next -event fires. So even with low latency numbers, the actual send rate -may be fairly low because sending the WebSockets frames is impacting -the performance of the browser in general. +and it may be a lot longer than 10ms before the timer event to +send the next packet fires. So even with low latency numbers, the +actual send rate may be fairly low because sending the WebSockets +frames is impacting the performance of the browser in general. ------------------------------------------------------------