diff options
author | Christian Grothoff <christian@grothoff.org> | 2014-11-22 20:08:47 +0000 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2014-11-22 20:08:47 +0000 |
commit | 1ffcf912ab555c7a47037b34163a6aa2129f3b10 (patch) | |
tree | 9fccef6468d442c721777055d855396054965269 /src/transport | |
parent | 3a628a8b12195e3d15dce032d2e11110a6bb71a0 (diff) |
-dox
Diffstat (limited to 'src/transport')
-rw-r--r-- | src/transport/plugin_transport_http_client.c | 5 |
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, |