aboutsummaryrefslogtreecommitdiff
path: root/src/transport/plugin_transport_http_common.h
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2014-01-13 16:59:57 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2014-01-13 16:59:57 +0000
commit1257490cb630ade315a196a724d0233e662afb2c (patch)
tree0d9c01593a1aa73d8f6490127b640d67da69b54c /src/transport/plugin_transport_http_common.h
parent35d79cb1941c9f9607195b8760d8a14d836e6397 (diff)
downloadgnunet-1257490cb630ade315a196a724d0233e662afb2c.tar.gz
gnunet-1257490cb630ade315a196a724d0233e662afb2c.zip
implementing 0003268 to inbound information in HELLO addresses
All transport plugin functions are modified to use HELLO addresses instead of peer,address,address_length All plugins are modified to use HELLO addresses internally This commit can break transport functionality: core tests on my system still pass, but transport tests may still fail, errors messages may occurs or crashs Will be fixed asap
Diffstat (limited to 'src/transport/plugin_transport_http_common.h')
-rw-r--r--src/transport/plugin_transport_http_common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/transport/plugin_transport_http_common.h b/src/transport/plugin_transport_http_common.h
index 473516502..c3fa1bba4 100644
--- a/src/transport/plugin_transport_http_common.h
+++ b/src/transport/plugin_transport_http_common.h
@@ -59,7 +59,7 @@
59#define HTTP_DEFAULT_PORT 80 59#define HTTP_DEFAULT_PORT 80
60#define HTTPS_DEFAULT_PORT 443 60#define HTTPS_DEFAULT_PORT 443
61 61
62enum HTTP_OPTIONS 62enum HTTP_ADDRESS_OPTIONS
63{ 63{
64 HTTP_OPTIONS_NONE = 0, 64 HTTP_OPTIONS_NONE = 0,
65 HTTP_OPTIONS_VERIFY_CERTIFICATE = 1 65 HTTP_OPTIONS_VERIFY_CERTIFICATE = 1