summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2019-05-06 23:27:24 +0200
committerFlorian Dold <florian.dold@gmail.com>2019-05-06 23:27:24 +0200
commit5d0f4a044f773517b9b3644bd35ecaf23c696be2 (patch)
tree2ac8e157088dfdd812464d2c543243c05c7ba246
parentecb239894a36adfe8c3e04ebb61b09dc7e540538 (diff)
downloaddold-thesis-phd-5d0f4a044f773517b9b3644bd35ecaf23c696be2.tar.gz
dold-thesis-phd-5d0f4a044f773517b9b3644bd35ecaf23c696be2.tar.bz2
dold-thesis-phd-5d0f4a044f773517b9b3644bd35ecaf23c696be2.zip
fix wrong diagram label
-rw-r--r--taler/implementation.tex6
-rw-r--r--thesis.tex2
2 files changed, 4 insertions, 4 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}
diff --git a/thesis.tex b/thesis.tex
index b0d7c51..fcca80d 100644
--- a/thesis.tex
+++ b/thesis.tex
@@ -121,6 +121,7 @@
% Are we building the ugly UR1 cover page?
\rennesonetrue
+\frontmatter
\ifrennesone
@@ -131,7 +132,6 @@
\else
-\frontmatter
\include{titlepage-rennes}
\include{abstract}
\include{abstract-french}