summaryrefslogtreecommitdiff
path: root/exports
diff options
context:
space:
mode:
Diffstat (limited to 'exports')
-rw-r--r--exports/exports.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/exports/exports.go b/exports/exports.go
index b5f9042..61c58d2 100644
--- a/exports/exports.go
+++ b/exports/exports.go
@@ -912,7 +912,7 @@ func StartFailover(c C.uintptr_t, gateway *C.char, mtu C.int, readRxBytes C.Read
// - `peer` is the ip:port of the remote server
// - `proxyFD` is a callback with the file descriptor as only argument. It can be used to set certain
// socket option, e.g. to exclude the proxy connection from going over the VPN
-// - `proxyReady` is a callback when the proxy is ready to be used
+// - `proxyReady` is a callback when the proxy is ready to be used. This is only called when the client is not connected yet. Use this to determine when the actual wireguard connection can be started
//
// If the proxy cannot be started it returns an error
//