19 lines
555 B
C
19 lines
555 B
C
/**
|
|
* Copyright (C) 2008 Happy Fish / YuQing
|
|
*
|
|
* FastDFS may be copied only under the terms of the GNU General
|
|
* Public License V3, which may be found in the FastDFS source kit.
|
|
* Please visit the FastDFS Home Page http://www.fastken.com/ for more detail.
|
|
**/
|
|
|
|
#include <netdb.h>
|
|
#include <unistd.h>
|
|
#include <errno.h>
|
|
#include "fdht_global.h"
|
|
|
|
int g_fdht_connect_timeout = DEFAULT_CONNECT_TIMEOUT;
|
|
int g_fdht_network_timeout = DEFAULT_NETWORK_TIMEOUT;
|
|
char g_fdht_base_path[MAX_PATH_SIZE] = {'/', 't', 'm', 'p', '\0'};
|
|
Version g_fdht_version = {1, 14};
|
|
|