diff options
author | james <james@e7ae566f-a301-0410-adde-c780ea21d3b5> | 2008-07-16 20:36:54 +0000 |
---|---|---|
committer | james <james@e7ae566f-a301-0410-adde-c780ea21d3b5> | 2008-07-16 20:36:54 +0000 |
commit | 5d89a3629cb0fd0ca6764ba9a6d6e3d1ff61c70b (patch) | |
tree | d16a1846265310a31d8aa02c3276306240772ce8 /version.m4 | |
parent | Copyright change OpenVPN Solutions LLC -> Telethra, Inc. (diff) | |
download | openvpn-5d89a3629cb0fd0ca6764ba9a6d6e3d1ff61c70b.tar.xz |
Added likely() and unlikely() branch prediction hint macros
to syshead.h
Introduced BUF_MAX constant to limit struct buffer offset and length
values. BUF_MAX has been set to 2^20.
Use likely() and unlikely() macros in buffer.h code to allow the
compiler to generate more efficient code.
git-svn-id: http://svn.openvpn.net/projects/openvpn/branches/BETA21/openvpn@3058 e7ae566f-a301-0410-adde-c780ea21d3b5
Diffstat (limited to 'version.m4')
-rw-r--r-- | version.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,5 +1,5 @@ dnl define the OpenVPN version -define(PRODUCT_VERSION,[2.1_rc8]) +define(PRODUCT_VERSION,[2.1_rc8a]) dnl define the TAP version define(PRODUCT_TAP_ID,[tap0901]) define(PRODUCT_TAP_WIN32_MIN_MAJOR,[9]) |