summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--thesis/thesis.tex12
1 files changed, 7 insertions, 5 deletions
diff --git a/thesis/thesis.tex b/thesis/thesis.tex
index 7d5b549..28b15da 100644
--- a/thesis/thesis.tex
+++ b/thesis/thesis.tex
@@ -59,6 +59,7 @@ parskip=never]{paper}
\newacronym{gui}{GUI}{Graphical user interface}
\newacronym{hrir}{HRIR}{Head Related Impulse Response}
\newacronym{hrtf}{HRTF}{Head Related Transfer Function}
+\newacronym{iana}{IANA}{Internet Assigned Numbers Authority}
\newacronym{ide}{IDE}{Integrated Development Environment}
\newacronym{lgpl}{LGPL}{GNU Lesser General Public License}
\newacronym{lts}{LTS}{Long Term Support}
@@ -960,12 +961,13 @@ parskip=never]{paper}
\paragraph{Client instance}
\label{para:client-instance}
- By default the \gls{ssr} is started as an \gls{osc} client on port
- 50001\pdfcomment[color=red,icon=Note]{Handle failure to startup the
- liblo ServerThread more gracefully. Instead of segfaulting in case of
- port in use, throw error message and exit.}. As shown in
+ By default the \gls{ssr} is started as an \gls{osc} client on network
+ port 50001 and only allows using ephemeral ports (in the range
+ 49152--65535), suggested by the \gls{iana} according to
+ \citet{rfc6335}. As shown in
Listing~\ref{lst:ssr-binaural-client-start}, it is possible to use a
- different port, by defining it with the help of the \textbf{-p} flag.\\
+ different port, by defining it with the help of the \textbf{-p}
+ flag.\\
\begin{listing}[!htb]
\begin{mdframed}