Commit 0514aa5b authored by Ian Barber's avatar Ian Barber

Merge pull request #925 from hintjens/master

Fixed comment
parents 74d344ca b433adf4
...@@ -26,9 +26,8 @@ static char server_public [41]; ...@@ -26,9 +26,8 @@ static char server_public [41];
static char server_secret [41]; static char server_secret [41];
// -------------------------------------------------------------------------- // --------------------------------------------------------------------------
// Encode a binary frame as a string; destination string MUST be at least // This methods receives and validates ZAP requestes (allowing or denying
// size * 5 / 4 bytes long plus 1 byte for the null terminator. Returns // each client connection).
// dest. Size must be a multiple of 4.
static void zap_handler (void *handler) static void zap_handler (void *handler)
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment