new operation queue for limiting overlay connects
[oweals/gnunet.git] / src / transport / plugin_transport_http_common.h
index edb99c5f2800a1cc7f1257f7d5eedb7bf148cc49..85793ce7fa19a420553cf092a506c7a17a05c4f0 100644 (file)
@@ -30,7 +30,7 @@
 /**
  * Timeout values for testing
  */
-#define TESTING GNUNET_YES
+#define TESTING GNUNET_NO
 
 #if TESTING
 
@@ -121,6 +121,20 @@ http_common_address_from_socket (const char *protocol,
                                  const struct sockaddr *addr,
                                  socklen_t addrlen);
 
+/**
+ * Create a socketaddr from a HTTP address
+ *
+ * @param addr sockaddr * address
+ * @param addrlen length of the address
+ * @param res the result:
+ * GNUNET_SYSERR, invalid input,
+ * GNUNET_YES: could convert to ip,
+ * GNUNET_NO: valid input but could not convert to ip (hostname?)
+ * @return the string
+ */
+struct sockaddr *
+http_common_socket_from_address (const void *addr, size_t addrlen, int *res);
+
 /**
  * Get the length of an address
  *