Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Sebastian Schrader
Kea
Commits
4209099e
Commit
4209099e
authored
Jan 23, 2012
by
Michal 'vorner' Vaner
Browse files
[1454] Comment update
It got outdated and inaccurate.
parent
6f19208c
Changes
1
Show whitespace changes
Inline
Side-by-side
src/bin/ddns/ddns.py.in
View file @
4209099e
...
...
@@ -193,11 +193,12 @@ class DDNSServer:
cc_fileno = self._cc.get_socket().fileno()
listen_fileno = self._listen_socket.fileno()
while not self._shutdown:
# We do not catch any exceptions here right now, but this would
# be a good place to catch any exceptions that b10-ddns can
# recover from. We currently have no exception hierarchy to
# make such a distinction easily, but once we do, this would
# be the place to catch.
# In this event loop we propage most of exceptions, which will
# subsequently kill the b10-ddns process, but ideally it would be
# better to catch any exceptions that b10-ddns can recover from.
# We currently have no exception hierarchy to make such a
# distinction easily, but once we do, we should catch and handle
# non fatal exceptions here and continue the process.
try:
(reads, writes, exceptions) = \
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment