diff options
author | ng0 <ng0@n0.is> | 2019-08-16 21:25:07 +0000 |
---|---|---|
committer | ng0 <ng0@n0.is> | 2019-08-16 21:25:07 +0000 |
commit | 392517af52d854959d7458a3219cd73731b41c0f (patch) | |
tree | df1e952ac2148c49cd00731bc9bf32bf3917c20b | |
parent | a493e0d03699a3033a4790b4b2659b52d64712d5 (diff) |
GNUNet->GNUnet
-rw-r--r-- | README | 2 | ||||
-rw-r--r-- | src/util/socks.c | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -192,7 +192,7 @@ Requirements ============ GNUnet's directed acyclic graph (DAG) will require around 0.74 GiB -Diskspace, with GNUNet itself taking around 8 - 9.2 MiB reported by +Diskspace, with GNUnet itself taking around 8 - 9.2 MiB reported by the build on GNU Guix. How 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 void register_reciever (struct GNUNET_SOCKS_Handshake *ih, int want); -/* In fact, the client sends first rule in GNUNet suggests one could take +/* In fact, the client sends first rule in GNUnet suggests one could take * large mac read sizes without fear of screwing up the proxied protocol, * but we make a proper SOCKS5 client. */ #define register_reciever_wants(ih) ((SOCKS5_step_cmd == ih->step) ? 10 : 2) |