aboutsummaryrefslogtreecommitdiff
path: root/src/ats/gnunet-service-ats_addresses.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2021-04-26 20:00:55 +0200
committerChristian Grothoff <christian@grothoff.org>2021-04-26 20:00:55 +0200
commit1f2674fe293be7c1a852fbe4a7241fbcb149078f (patch)
tree075dd0aa3d2b19b0c62b18bdf3d99f324dea2966 /src/ats/gnunet-service-ats_addresses.h
parent82a5d35360c4c882d9a5f92c4ac27c61bd4a4cc5 (diff)
downloadgnunet-1f2674fe293be7c1a852fbe4a7241fbcb149078f.tar.gz
gnunet-1f2674fe293be7c1a852fbe4a7241fbcb149078f.zip
-fix typos
Diffstat (limited to 'src/ats/gnunet-service-ats_addresses.h')
-rw-r--r--src/ats/gnunet-service-ats_addresses.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/ats/gnunet-service-ats_addresses.h b/src/ats/gnunet-service-ats_addresses.h
index a18cce2c7..b39484f59 100644
--- a/src/ats/gnunet-service-ats_addresses.h
+++ b/src/ats/gnunet-service-ats_addresses.h
@@ -57,7 +57,7 @@
57 * 57 *
58 * ATS specifies a fix set of networks an address can belong to. For each 58 * ATS specifies a fix set of networks an address can belong to. For each
59 * network an inbound and outbound quota will be specified. The available 59 * network an inbound and outbound quota will be specified. The available
60 * networks and addtional helper varaibles are defined in 60 * networks and additional helper variables are defined in
61 * gnunet_ats_service.h. At the moment 5 networks are defined: 61 * gnunet_ats_service.h. At the moment 5 networks are defined:
62 * * GNUNET_NT_UNSPECIFIED 62 * * GNUNET_NT_UNSPECIFIED
63 * * GNUNET_NT_LOOPBACK 63 * * GNUNET_NT_LOOPBACK
@@ -123,7 +123,7 @@
123 * * s_init: init the solver with required information 123 * * s_init: init the solver with required information
124 * * s_add: add a new address 124 * * s_add: add a new address
125 * * s_update: update ATS values or session for an address 125 * * s_update: update ATS values or session for an address
126 * * s_get: get prefered address for a peer 126 * * s_get: get preferred address for a peer
127 * * s_del: delete an address 127 * * s_del: delete an address
128 * * s_pref: change preference value for a peer 128 * * s_pref: change preference value for a peer
129 * * s_done: shutdown solver 129 * * s_done: shutdown solver
@@ -180,7 +180,7 @@
180 * The address client issues a request address message to be notified about 180 * The address client issues a request address message to be notified about
181 * address suggestions for a specific peer. Addresses asks the solver with 181 * address suggestions for a specific peer. Addresses asks the solver with
182 * s_get. If no address is available, it will not send a response, otherwise 182 * s_get. If no address is available, it will not send a response, otherwise
183 * it will respond with the choosen address. 183 * it will respond with the chosen address.
184 * 184 *
185 * 1.7.5 Address suggestions 185 * 1.7.5 Address suggestions
186 * 186 *
@@ -213,7 +213,7 @@
213 * 1.9 Changing peer preferences 213 * 1.9 Changing peer preferences
214 * 214 *
215 * The bandwidth assigned to a peer can be influenced by setting a preference 215 * The bandwidth assigned to a peer can be influenced by setting a preference
216 * for a peer. The prefernce will be given to to the solver with s_pref which 216 * for a peer. The preference will be given to to the solver with s_pref which
217 * has to take care of the preference value 217 * has to take care of the preference value
218 */ 218 */
219 219