aboutsummaryrefslogtreecommitdiff
path: root/src/util/socks.c
diff options
context:
space:
mode:
authorng0 <ng0@n0.is>2019-08-16 21:25:07 +0000
committerng0 <ng0@n0.is>2019-08-16 21:25:07 +0000
commit392517af52d854959d7458a3219cd73731b41c0f (patch)
treedf1e952ac2148c49cd00731bc9bf32bf3917c20b /src/util/socks.c
parenta493e0d03699a3033a4790b4b2659b52d64712d5 (diff)
downloadgnunet-392517af52d854959d7458a3219cd73731b41c0f.tar.gz
gnunet-392517af52d854959d7458a3219cd73731b41c0f.zip
GNUNet->GNUnet
Diffstat (limited to 'src/util/socks.c')
-rw-r--r--src/util/socks.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/socks.c b/src/util/socks.c
index 0e8583afa..66b7bf7df 100644
--- a/src/util/socks.c
+++ b/src/util/socks.c
@@ -173,7 +173,7 @@ struct GNUNET_SOCKS_Handshake
173void 173void
174register_reciever (struct GNUNET_SOCKS_Handshake *ih, int want); 174register_reciever (struct GNUNET_SOCKS_Handshake *ih, int want);
175 175
176/* In fact, the client sends first rule in GNUNet suggests one could take 176/* In fact, the client sends first rule in GNUnet suggests one could take
177 * large mac read sizes without fear of screwing up the proxied protocol, 177 * large mac read sizes without fear of screwing up the proxied protocol,
178 * but we make a proper SOCKS5 client. */ 178 * but we make a proper SOCKS5 client. */
179#define register_reciever_wants(ih) ((SOCKS5_step_cmd == ih->step) ? 10 : 2) 179#define register_reciever_wants(ih) ((SOCKS5_step_cmd == ih->step) ? 10 : 2)