summaryrefslogtreecommitdiff
path: root/taler/implementation.tex
diff options
context:
space:
mode:
Diffstat (limited to 'taler/implementation.tex')
-rw-r--r--taler/implementation.tex6
1 files changed, 3 insertions, 3 deletions
diff --git a/taler/implementation.tex b/taler/implementation.tex
index d7fb0bf..0413838 100644
--- a/taler/implementation.tex
+++ b/taler/implementation.tex
@@ -2041,7 +2041,7 @@ $780 \cdot 2 = 1560$ transactions per second.
\begin{figure}
\includegraphics[width=\textwidth]{plots/speed.pdf}
- \caption[Average time per coin.]{Average time per coin in relation to number of parallel clients, with $1000$ coins per client per run.}
+ \caption[Coin throughput.]{Coin throughput in relation to number of parallel clients, with $1000$ coins per client per experiment run.}
\label{fig:benchmark-throughput}
\end{figure}
@@ -2061,10 +2061,10 @@ already terminated before it reaches the exchange service, and exchanges can be
operated securely even without TLS.
The comparison between no additional delay and a \SI{100}{\milli\second} delay
-is shown in Table~\ref{table:latency}. TCP Fast Open \cite{rfc7413} was
+is shown in Table~\ref{table:latency}. TCP Fast Open~\cite{rfc7413} was
enabled on both \texttt{gv} and \texttt{firefly}. Since for all operations
except \texttt{/refresh/reveal}, both request and response fit into one TCP
-segment, the operations complete within one round-trip time. This explains the
+segment, these operations complete within one round-trip time. This explains the
additional delay of $\approx \SI{200}{\milli\second}$ when the artificial delay
is introduced. Without TCP Fast Open, we would observe an extra round trip for
the SYN and SYN/ACK packages without any payload. The \texttt{/refresh/reveal}