Browse Source

[2013] documentation update

JINMEI Tatuya 13 years ago
parent
commit
a318db6350
1 changed files with 4 additions and 0 deletions
  1. 4 0
      src/bin/ddns/ddns.py.in

+ 4 - 0
src/bin/ddns/ddns.py.in

@@ -323,6 +323,10 @@ class DDNSServer:
         such as memory allocation failure will be propagated, however, and
         will subsequently terminate the server process.
 
+        Return: True if a response to the request is successfully sent;
+        False otherwise.  The return value wouldn't be useful for the server
+        itself; it's provided mainly for testing purposes.
+
         """
         # give tuple elements intuitive names
         (sock, local_addr, remote_addr, req_data) = req_session