aboutsummaryrefslogtreecommitdiff
path: root/include/sibs/BootstrapNode.hpp
diff options
context:
space:
mode:
authordec05eba <0xdec05eba@gmail.com>2018-06-08 04:16:48 +0200
committerdec05eba <0xdec05eba@gmail.com>2018-06-08 04:16:50 +0200
commite36509911c34a376c04498d47016002b1badbead (patch)
tree3c386074c82ce8cf6b7e2835ded40db12a5b013f /include/sibs/BootstrapNode.hpp
parentfa911f5dd666eb01eabf898f071ca57933bc110f (diff)
Make connect asynchronous
Diffstat (limited to 'include/sibs/BootstrapNode.hpp')
-rw-r--r--include/sibs/BootstrapNode.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sibs/BootstrapNode.hpp b/include/sibs/BootstrapNode.hpp
index 13a62e1..48e527c 100644
--- a/include/sibs/BootstrapNode.hpp
+++ b/include/sibs/BootstrapNode.hpp
@@ -17,7 +17,7 @@ namespace sibs
{
DISABLE_COPY(BootstrapNode)
public:
- // Throws BootstrapException on error
+ // Throws SocketCreateException or BootstrapException on error
BootstrapNode(const Ipv4 &address);
~BootstrapNode();
private: