diff options
author | Evan Hunt <each@isc.org> | 2010-05-20 03:26:23 +0200 |
---|---|---|
committer | Evan Hunt <each@isc.org> | 2010-05-20 03:26:23 +0200 |
commit | 4f5ca8bd9ccf7c9a92e3e5b95336cbcb11dfb56c (patch) | |
tree | 30e2bfbfec81e887134b2fd91a6d98964c49af53 /README | |
parent | short-lived branch for trac #168: use asio instead of boost::asio. (diff) | |
download | kea-4f5ca8bd9ccf7c9a92e3e5b95336cbcb11dfb56c.tar.xz kea-4f5ca8bd9ccf7c9a92e3e5b95336cbcb11dfb56c.zip |
- added ASIO library header files (version 1.4.5, downloaded from
http://sourceforge.net/projects/asio/files, project page
http://think-async.com/Asio).
- removed uses of boost::asio
- removed custom TCP/UDP code
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac168@1864 e5f2f494-b856-4b98-b285-d166d9295462
Diffstat (limited to 'README')
-rw-r--r-- | README | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -38,9 +38,6 @@ See the Guide for detailed installation directions. BUILDING -We recommend using the Boost libraries as it provides a safer TCP -implementation in BIND 10. - Simple build instructions: ./configure |