summaryrefslogtreecommitdiffstats
path: root/gremlin.h
diff options
context:
space:
mode:
authorjames <james@e7ae566f-a301-0410-adde-c780ea21d3b5>2008-09-15 01:46:29 +0000
committerjames <james@e7ae566f-a301-0410-adde-c780ea21d3b5>2008-09-15 01:46:29 +0000
commit5fc108729b7b8411d20be9a8bc702d3b15cdacf0 (patch)
tree7139d31bc49cc5ad991c1ad09b939d6cd1f7be72 /gremlin.h
parent375a373310ec2e4f2d9ede63484bb56a1d389851 (diff)
downloadopenvpn-5fc108729b7b8411d20be9a8bc702d3b15cdacf0.tar.gz
openvpn-5fc108729b7b8411d20be9a8bc702d3b15cdacf0.tar.xz
openvpn-5fc108729b7b8411d20be9a8bc702d3b15cdacf0.zip
Version 2.1_rc11v2.1_rc11
Fixed a bug that can cause SSL/TLS negotiations in UDP mode to fail if UDP packets are dropped. git-svn-id: http://svn.openvpn.net/projects/openvpn/branches/BETA21/openvpn@3330 e7ae566f-a301-0410-adde-c780ea21d3b5
Diffstat (limited to 'gremlin.h')
-rw-r--r--gremlin.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gremlin.h b/gremlin.h
index d7ea424..990f17b 100644
--- a/gremlin.h
+++ b/gremlin.h
@@ -43,6 +43,8 @@
#define GREMLIN_UP_DOWN_SHIFT (7)
#define GREMLIN_UP_DOWN_MASK (0x03)
+/* 512:1/500 1024:1/100 1536:1/50 */
+
#define GREMLIN_DROP_SHIFT (9)
#define GREMLIN_DROP_MASK (0x03)