summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/inspsocket.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/inspsocket.h b/include/inspsocket.h
index 43903ae97..13381a15d 100644
--- a/include/inspsocket.h
+++ b/include/inspsocket.h
@@ -171,6 +171,10 @@ class CoreExport BufferedSocket : public EventHandler
*/
bool BindAddr(const std::string &ip);
+ /** (really) Try bind to a given IP setup. For internal use only.
+ */
+ bool DoBindMagic(const std::string &current_ip, bool v6);
+
/**
* The default constructor does nothing
* and should not be used.