File: 13_max_sessions.dpatch

package info (click to toggle)
solid-pop3d 0.15-18
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 880 kB
  • ctags: 443
  • sloc: ansic: 6,085; sh: 4,619; makefile: 519
file content (19 lines) | stat: -rw-r--r-- 614 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#! /bin/sh /usr/share/dpatch/dpatch-run
## 13_max_sessions.dpatch by  Robert Luberda <robert@debian.org>
##
## All lines beginning with `## DP:' are a description of the patch.
## DP: Raise MAX_SESSIONS (Bug#285495)

@DPATCH@
diff -urNad solid-pop3d.old/src/const.h solid-pop3d/src/const.h
--- solid-pop3d.old/src/const.h	2004-12-29 23:38:10.000000000 +0100
+++ solid-pop3d/src/const.h	2004-12-29 23:39:16.000000000 +0100
@@ -53,7 +53,7 @@
 #define POPUSER "spop3d"
 
 #define PER_SOURCE 5
-#define MAX_SESSIONS 50
+#define MAX_SESSIONS 256
 #define SOCKET_SYN_QUEUE 5
 #define MIN_DELAY 50
 #define POP3_PORT 110