aboutsummaryrefslogtreecommitdiff
path: root/src/transport/plugin_transport_http_client.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2014-11-22 20:27:35 +0000
committerChristian Grothoff <christian@grothoff.org>2014-11-22 20:27:35 +0000
commit3fabbc289b167e5b30f902a3fbee124ab308d3a0 (patch)
treebe56b64358a159522b65ae3b48ac51cd5f71d5dd /src/transport/plugin_transport_http_client.c
parentedd5320032bd90563942dc85a0b29e09888dad67 (diff)
downloadgnunet-3fabbc289b167e5b30f902a3fbee124ab308d3a0.tar.gz
gnunet-3fabbc289b167e5b30f902a3fbee124ab308d3a0.zip
adding TCP STEALTH support (without integrity protection) to HTTP(S) server
Diffstat (limited to 'src/transport/plugin_transport_http_client.c')
-rw-r--r--src/transport/plugin_transport_http_client.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/transport/plugin_transport_http_client.c b/src/transport/plugin_transport_http_client.c
index 16676bc2d..d6f8afdfd 100644
--- a/src/transport/plugin_transport_http_client.c
+++ b/src/transport/plugin_transport_http_client.c
@@ -1487,6 +1487,8 @@ open_tcp_stealth_socket_cb (void *clientp,
1487 &s->address->peer, 1487 &s->address->peer,
1488 sizeof (struct GNUNET_PeerIdentity))) ) 1488 sizeof (struct GNUNET_PeerIdentity))) )
1489 { 1489 {
1490 GNUNET_log (GNUNET_ERROR_TYPE_ERROR,
1491 _("TCP_STEALTH not supported on this platform.\n"));
1490 (void) close (ret); 1492 (void) close (ret);
1491 return CURL_SOCKET_BAD; 1493 return CURL_SOCKET_BAD;
1492 } 1494 }