From e7b240242f9a4f372f5e7d33583eb46003a4cd2b Mon Sep 17 00:00:00 2001 From: James Booth Date: Wed, 27 May 2015 23:09:02 +0100 Subject: [PATCH] Update README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 8d36ee7..4efe133 100644 --- a/README.md +++ b/README.md @@ -85,6 +85,11 @@ stbbr_verify( "" ); ```` +By default the verification calls block for up to 10 seconds, the timeout in seconds can be set with: +```c +stbbr_set_timeout(3); +``` +A value of 0 or less is non-blocking and will return immediately. # Logs Stabber logs to: ```