diff options
author | Samba Release Account <samba-bugs@samba.org> | 1996-07-10 18:48:49 +0000 |
---|---|---|
committer | Samba Release Account <samba-bugs@samba.org> | 1996-07-10 18:48:49 +0000 |
commit | e5a0619c2839d45b00446c3af3f30599f3f3c5fa (patch) | |
tree | e4f788fae8109e372f55ecc53a40a19740655cc8 /source3/namedbresp.doc | |
parent | 9d59ce1d5715f64105643b01aea8b5b9cba8d5a2 (diff) | |
download | samba-e5a0619c2839d45b00446c3af3f30599f3f3c5fa.tar.gz samba-e5a0619c2839d45b00446c3af3f30599f3f3c5fa.tar.xz samba-e5a0619c2839d45b00446c3af3f30599f3f3c5fa.zip |
updated docs to match code mods from last two or three updates. done
some more commenting of code to match docs.
sorted some bugs.
ipc BOOL domains was uninitialised.
lkcl
(This used to be commit cb43ce7bc08fa43a6ce49e0937f13afec5dce67b)
Diffstat (limited to 'source3/namedbresp.doc')
-rw-r--r-- | source3/namedbresp.doc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/namedbresp.doc b/source3/namedbresp.doc index 68db43aec2..66f5a22124 100644 --- a/source3/namedbresp.doc +++ b/source3/namedbresp.doc @@ -22,7 +22,7 @@ the response to come from. this function is responsible for creating a response record, which will be queued awaiting a response. -the number of retries is set to 4, and the retry period set to 1 second. +the number of retries is set to 3, and the retry period set to 1 second. if no response is received, then the packet is re-transmitted, which is why so much information is stored in the response record. |