Decrease the likeliness of name collisions
This commit is contained in:
4
fiche.h
4
fiche.h
@@ -50,13 +50,13 @@ char *BANFILE;
|
|||||||
char *WHITEFILE;
|
char *WHITEFILE;
|
||||||
char *WHITELIST;
|
char *WHITELIST;
|
||||||
int PORT = 9999;
|
int PORT = 9999;
|
||||||
int SLUG_SIZE = 4;
|
int SLUG_SIZE = 8;
|
||||||
int BUFSIZE = 32768;
|
int BUFSIZE = 32768;
|
||||||
int QUEUE_SIZE = 500;
|
int QUEUE_SIZE = 500;
|
||||||
char DOMAIN[128] = "http://localhost/";
|
char DOMAIN[128] = "http://localhost/";
|
||||||
|
|
||||||
unsigned int time_seed;
|
unsigned int time_seed;
|
||||||
const char *symbols = "abcdefghijklmnopqrstuvwxyz0123456789";
|
const char *symbols = "abcdefghijklmnopqrstuvwxyz0123456789-+_=.ABCDEFGHIJKLMNOPQRSTUVWXYZ";
|
||||||
|
|
||||||
struct thread_arguments
|
struct thread_arguments
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user