From 3d2ebf3cd713a6431fe2d8e088a245a9a8ed322b Mon Sep 17 00:00:00 2001 From: Andrew Canaday Date: Sun, 29 Jun 2014 00:30:45 -0400 Subject: [PATCH] Added docs for token limits. --- lib/libwebsockets.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/libwebsockets.h b/lib/libwebsockets.h index dd0bd372..31cde778 100644 --- a/lib/libwebsockets.h +++ b/lib/libwebsockets.h @@ -923,6 +923,8 @@ struct libwebsocket_extension { * @extensions: NULL or array of libwebsocket_extension structs listing the * extensions this context supports. If you configured with * --without-extensions, you should give NULL here. + * @token_limits: NULL or struct lws_token_limits pointer which is initialized + * with a token length limit for each possible WSI_TOKEN_*** * @ssl_cert_filepath: If libwebsockets was compiled to use ssl, and you want * to listen using SSL, set to the filepath to fetch the * server cert from, otherwise NULL for unencrypted