aboutsummaryrefslogtreecommitdiff
path: root/src/transport
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2014-11-22 20:08:47 +0000
committerChristian Grothoff <christian@grothoff.org>2014-11-22 20:08:47 +0000
commit1ffcf912ab555c7a47037b34163a6aa2129f3b10 (patch)
tree9fccef6468d442c721777055d855396054965269 /src/transport
parent3a628a8b12195e3d15dce032d2e11110a6bb71a0 (diff)
-dox
Diffstat (limited to 'src/transport')
-rw-r--r--src/transport/plugin_transport_http_client.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/transport/plugin_transport_http_client.c b/src/transport/plugin_transport_http_client.c
index 971e581fd4..a4ecca371d 100644
--- a/src/transport/plugin_transport_http_client.c
+++ b/src/transport/plugin_transport_http_client.c
@@ -1455,6 +1455,11 @@ client_run (void *cls,
#ifdef SO_TCPSTEALTH
/**
* Open TCP socket with TCP STEALTH enabled.
+ *
+ * @param clientp our `struct Session *`
+ * @param purpose why does curl want to open a socket
+ * @param address what kind of socket does curl want to have opened?
+ * @return opened socket
*/
static curl_socket_t
open_tcp_stealth_socket_cb (void *clientp,