aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_applications.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/gnunet_applications.h')
-rw-r--r--src/include/gnunet_applications.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/include/gnunet_applications.h b/src/include/gnunet_applications.h
index 1817fcac7..9620d909e 100644
--- a/src/include/gnunet_applications.h
+++ b/src/include/gnunet_applications.h
@@ -53,7 +53,12 @@ extern "C"
53/** 53/**
54 * Transfer of blocks for non-anonymmous file-sharing. 54 * Transfer of blocks for non-anonymmous file-sharing.
55 */ 55 */
56#define GNUNET_APPLICATION_TYPE_FS_BLOCK_TRANSFER 3 56#define GNUNET_APPLICATION_PORT_FS_BLOCK_TRANSFER "fs-block"
57
58/**
59 * Transfer of blocks for random peer sampling.
60 */
61#define GNUNET_APPLICATION_PORT_RPS "rps"
57 62
58/** 63/**
59 * Internet DNS resolution (external DNS gateway). This is a "well-known" 64 * Internet DNS resolution (external DNS gateway). This is a "well-known"