aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_dnsparser_lib.h
diff options
context:
space:
mode:
authorMartin Schanzenbach <mschanzenbach@posteo.de>2012-06-22 00:37:08 +0000
committerMartin Schanzenbach <mschanzenbach@posteo.de>2012-06-22 00:37:08 +0000
commiteec111fe95456619682d12859685d326ca161e46 (patch)
tree3e1e945af4506cf5d3a0da611ce6dfc5865c0e68 /src/include/gnunet_dnsparser_lib.h
parent4e7a535cc04df4eef21dc1db39d782a3365e9df1 (diff)
downloadgnunet-eec111fe95456619682d12859685d326ca161e46.tar.gz
gnunet-eec111fe95456619682d12859685d326ca161e46.zip
Added proper SRV handling and test
Diffstat (limited to 'src/include/gnunet_dnsparser_lib.h')
-rw-r--r--src/include/gnunet_dnsparser_lib.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/include/gnunet_dnsparser_lib.h b/src/include/gnunet_dnsparser_lib.h
index 5a42baea6..a36996432 100644
--- a/src/include/gnunet_dnsparser_lib.h
+++ b/src/include/gnunet_dnsparser_lib.h
@@ -190,8 +190,7 @@ struct GNUNET_DNSPARSER_SrvRecord
190{ 190{
191 191
192 /** 192 /**
193 * Preference for this entry (lower value is higher preference). 193 * Service name without the underscore (!). Note that RFC 6335 clarifies the
194 * Without the underscore (!). Note that RFC 6335 clarifies the
195 * set of legal characters for service names. 194 * set of legal characters for service names.
196 */ 195 */
197 char *service; 196 char *service;