Parcourir la source

[2013] documentation update

JINMEI Tatuya il y a 13 ans
Parent
commit
a318db6350
1 fichiers modifiés avec 4 ajouts et 0 suppressions
  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