summaryrefslogtreecommitdiff
path: root/client/dbclient.h
diff options
context:
space:
mode:
authorAaron <aaron@10gen.com>2010-04-08 00:16:37 -0700
committerAaron <aaron@10gen.com>2010-04-08 00:16:37 -0700
commitec721d26e0ca3fe324ae5e67f54b87f6714abe4a (patch)
treed33666328d1c8852043cf73aaa3340a395fdd6c0 /client/dbclient.h
parente18041f47b0b3a885f9e54e35925572c2e28995a (diff)
parent5cad0d6a80c2b94e877f56bc7f67b3ce825ee094 (diff)
downloadmongo-ec721d26e0ca3fe324ae5e67f54b87f6714abe4a.tar.gz
Merge branch 'master' of github.com:mongodb/mongo
Diffstat (limited to 'client/dbclient.h')
-rw-r--r--client/dbclient.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/client/dbclient.h b/client/dbclient.h
index ebd3b7379de..be344719a89 100644
--- a/client/dbclient.h
+++ b/client/dbclient.h
@@ -769,6 +769,7 @@ namespace mongo {
false was returned -- it will try to connect again.
@param serverHostname host to connect to. can include port number ( 127.0.0.1 , 127.0.0.1:5555 )
+ If you use IPv6 you must add a port number ( ::1:27017 )
@param errmsg any relevant error message will appended to the string
@return false if fails to connect.
*/