gnunet_applications.h   gnunet_applications.h 
skipping to change at line 54 skipping to change at line 54
* Test. * Test.
*/ */
#define GNUNET_APPLICATION_TYPE_TEST 1 #define GNUNET_APPLICATION_TYPE_TEST 1
/** /**
* Internet DNS resolution (external DNS gateway). * Internet DNS resolution (external DNS gateway).
*/ */
#define GNUNET_APPLICATION_TYPE_INTERNET_RESOLVER 2 #define GNUNET_APPLICATION_TYPE_INTERNET_RESOLVER 2
/** /**
* Internet HTTP gateway (port 80). * Internet IPv4 gateway (any TCP/UDP/ICMP).
*/ */
#define GNUNET_APPLICATION_TYPE_INTERNET_HTTP_GATEWAY 3 #define GNUNET_APPLICATION_TYPE_IPV4_GATEWAY 16
/** /**
* Internet HTTPS gateway (port 443). * Internet IPv6 gateway (any TCP/UDP/ICMP).
*/ */
#define GNUNET_APPLICATION_TYPE_INTERNET_HTTPS_GATEWAY 4 #define GNUNET_APPLICATION_TYPE_IPV6_GATEWAY 17
/**
* Internet TCP gateway (any port).
*/
#define GNUNET_APPLICATION_TYPE_INTERNET_TCP_GATEWAY 5
/**
* Internet UDP gateway (any port).
*/
#define GNUNET_APPLICATION_TYPE_INTERNET_UDP_GATEWAY 6
/**
* GNUnet VPN Search Engine (searches HTTP sites hosted within GNUnet) [exa
mple]
*/
#define GNUNET_APPLICATION_TYPE_GNUNET_SEARCH 7
#if 0 /* keep Emacsens' auto-indent happy */ #if 0 /* keep Emacsens' auto-indent happy */
{ {
#endif #endif
#ifdef __cplusplus #ifdef __cplusplus
} }
#endif #endif
/* ifndef GNUNET_APPLICATIONS_H */ /* ifndef GNUNET_APPLICATIONS_H */
#endif #endif
 End of changes. 4 change blocks. 
20 lines changed or deleted 4 lines changed or added

This html diff was produced by rfcdiff 1.41. The latest version is available from http://tools.ietf.org/tools/rfcdiff/