summaryrefslogtreecommitdiff
path: root/minecproxy/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'minecproxy/main.c')
-rw-r--r--minecproxy/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/minecproxy/main.c b/minecproxy/main.c
index d8f33d0..0406976 100644
--- a/minecproxy/main.c
+++ b/minecproxy/main.c
@@ -669,7 +669,7 @@ int main(int argc, char **argv)
cfg_read();
/*
- * In the splice case we use 4 fds per proxy connection...
+ * In the splice case we use 6 fds per proxy connection...
*/
if (prlimit(0, RLIMIT_NOFILE, NULL, &old_rlimit) == 0) {
struct rlimit new_rlimit;