Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/rofl0r/proxychains-ng.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/remotedns.h')
-rw-r--r--src/remotedns.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/remotedns.h b/src/remotedns.h
index f4be974..588e09a 100644
--- a/src/remotedns.h
+++ b/src/remotedns.h
@@ -4,6 +4,8 @@
#include <unistd.h>
#include "ip_type.h"
+#define MSG_LEN_MAX 256
+
enum at_msgtype {
ATM_GETIP = 0,
ATM_GETNAME,