aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README2
-rw-r--r--src/util/socks.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/README b/README
index 19d773430..63c48dfe9 100644
--- a/README
+++ b/README
@@ -192,7 +192,7 @@ Requirements
192============ 192============
193 193
194GNUnet's directed acyclic graph (DAG) will require around 0.74 GiB 194GNUnet's directed acyclic graph (DAG) will require around 0.74 GiB
195Diskspace, with GNUNet itself taking around 8 - 9.2 MiB reported by 195Diskspace, with GNUnet itself taking around 8 - 9.2 MiB reported by
196the build on GNU Guix. 196the build on GNU Guix.
197 197
198How to install? 198How to install?
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)