summaryrefslogtreecommitdiffstats
path: root/libraries/libasyncns/README
diff options
context:
space:
mode:
author crocket <crockabiscuit@gmail.com>2011-07-19 23:35:33 -0500
committer Robby Workman <rworkman@slackbuilds.org>2011-07-19 23:35:33 -0500
commitb3b303b42e8e2b1dbc3afdd821db9fea9424ed78 (patch)
treed7a590e76984190fb6b8efcfa10f3e38c1889b34 /libraries/libasyncns/README
parent1707c4542794e55792b115a22da79ff86965d36d (diff)
downloadslackbuilds-b3b303b42e8e2b1dbc3afdd821db9fea9424ed78.tar.gz
slackbuilds-b3b303b42e8e2b1dbc3afdd821db9fea9424ed78.tar.xz
libraries/libasyncns: Added (asynchronous name query library)
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'libraries/libasyncns/README')
-rw-r--r--libraries/libasyncns/README3
1 files changed, 3 insertions, 0 deletions
diff --git a/libraries/libasyncns/README b/libraries/libasyncns/README
new file mode 100644
index 0000000000..2fc033570b
--- /dev/null
+++ b/libraries/libasyncns/README
@@ -0,0 +1,3 @@
+libasyncns is a C library for asynchronous name queries.
+It is an asynchronous wrapper around libc's synchronous
+getaddrinfo() API.