summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJefferson Delfes <jefferson.delfes@gmail.com>2013-10-29 13:13:59 -0400
committerJefferson Delfes <jefferson.delfes@gmail.com>2013-10-30 16:58:14 -0400
commitdc4df4e98d641a46e845297a95c8f870d67fa084 (patch)
tree6388df3d4a95aaa8ec2e51a6cfa26ea8e5c1de65
parent227886b09e4084e8068195e129ad38dcc1b10ed8 (diff)
README: Add a limitations section
At limitations section, we can explain some limits that we have on the abtcl.
-rw-r--r--README.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/README.txt b/README.txt
index a7bced7..258b87a 100644
--- a/README.txt
+++ b/README.txt
@@ -32,3 +32,12 @@ a prompt were commands can be entered, and the 'help' command will print a list
of all the available commands. Each command also have its own help, which can be
accessed passing 'help' as the first argument of the command. For example, the
help of the connect command is accessible through 'connect help'.
+
+Limitations of abtctl
+=====================
+
+On the btctl tool, we have some limits:
+* We accept only one connection per time. If you need another connection,
+ disconnect first.
+* We are using a static buffer for search_result_cb, so we have a limit of 128
+ services that can be handled.