diff options
author | David Runge <dave@sleepmap.de> | 2017-07-12 13:25:16 +0200 |
---|---|---|
committer | David Runge <dave@sleepmap.de> | 2017-07-12 13:25:16 +0200 |
commit | 48053d6b42ff79acbf9f0a80a568ee92a5a4495b (patch) | |
tree | 7c5c0354a7b241215d0d0c3e760a45046b9ec70f | |
parent | 6ac4e70714cf3531f15d4d93e39c84165b89683f (diff) | |
download | master-thesis-48053d6b42ff79acbf9f0a80a568ee92a5a4495b.tar.gz master-thesis-48053d6b42ff79acbf9f0a80a568ee92a5a4495b.tar.bz2 master-thesis-48053d6b42ff79acbf9f0a80a568ee92a5a4495b.tar.xz master-thesis-48053d6b42ff79acbf9f0a80a568ee92a5a4495b.zip |
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).
-rw-r--r-- | thesis/thesis.tex | 12 |
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} |