From 48053d6b42ff79acbf9f0a80a568ee92a5a4495b Mon Sep 17 00:00:00 2001 From: David Runge Date: Wed, 12 Jul 2017 13:25:16 +0200 Subject: thesis/thesis.tex: Removing ServerThread startup pdfcomment (a graceful exit with EXIT_FAILURE is now in place). Mentioning the port range in which the OSC interface operates (ephemeral ports only). --- thesis/thesis.tex | 12 +++++++----- 1 file 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} -- cgit v1.2.3-54-g00ecf