increase maximun number of ports allowed
This commit is contained in:
parent
df3e0cdbc4
commit
5d7cf37f2a
1 changed files with 1 additions and 1 deletions
2
opsb.h
2
opsb.h
|
@ -32,7 +32,7 @@ extern char s_opsb[MAXNICK];
|
||||||
/* max no of exempt entries */
|
/* max no of exempt entries */
|
||||||
#define MAX_EXEMPTS 20
|
#define MAX_EXEMPTS 20
|
||||||
/* max no of ports to scan */
|
/* max no of ports to scan */
|
||||||
#define MAX_PORTS 50
|
#define MAX_PORTS 250
|
||||||
|
|
||||||
#define MAXREASON 128
|
#define MAXREASON 128
|
||||||
|
|
||||||
|
|
Reference in a new issue