diff options
author | David Runge <dave@sleepmap.de> | 2017-07-10 17:59:36 +0200 |
---|---|---|
committer | David Runge <dave@sleepmap.de> | 2017-07-10 17:59:36 +0200 |
commit | 540b10f1a650210d44faa0aaa3401993ce38d3c8 (patch) | |
tree | e84fe3bc52f9caacb7acad56fef1080fc8e1ca77 | |
parent | 025835718189afce5035d731ba16c729e827f319 (diff) | |
download | master-thesis-540b10f1a650210d44faa0aaa3401993ce38d3c8.tar.gz master-thesis-540b10f1a650210d44faa0aaa3401993ce38d3c8.tar.bz2 master-thesis-540b10f1a650210d44faa0aaa3401993ce38d3c8.tar.xz master-thesis-540b10f1a650210d44faa0aaa3401993ce38d3c8.zip |
thesis/thesis.tex: Removing comment about client discarding - is now implemented.
-rw-r--r-- | thesis/thesis.tex | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/thesis/thesis.tex b/thesis/thesis.tex index 23f35d1..aaa8aaf 100644 --- a/thesis/thesis.tex +++ b/thesis/thesis.tex @@ -1020,9 +1020,8 @@ ssr-aap -N “server” -C “127.0.0.1:50002” the aforementioned message level system.\\ If a client instance has not answered the sent out poll message of a server 10 times, it is considered to be unavailable and will be - deactivated\pdfcomment[color=red,icon=Note]{Implement this!}. No - messages will be sent to it anymore, until the client subscribes/ is - subscribed again. + deactivated. No messages will be sent to it anymore, until the client + subscribes/ is subscribed again. \paragraph{Verbosity} \label{para:verbosity} |