Moved SPDYLAY_SETTINGS_MAX inside spdylay_settings_id.

This commit is contained in:
Tatsuhiro Tsujikawa 2012-04-06 02:04:54 +09:00
parent d1d0a16fba
commit 9627d5355a
1 changed files with 5 additions and 7 deletions

View File

@ -332,15 +332,13 @@ typedef enum {
* SETTINGS_CLIENT_CERTIFICATE_VECTOR_SIZE. This first appeared in
* SPDY/3.
*/
SPDYLAY_SETTINGS_CLIENT_CERTIFICATE_VECTOR_SIZE = 8
SPDYLAY_SETTINGS_CLIENT_CERTIFICATE_VECTOR_SIZE = 8,
/**
* Maximum ID of :type:`spdylay_settings_id`.
*/
SPDYLAY_SETTINGS_MAX = 8
} spdylay_settings_id;
/**
* @macro
* Maximum ID of :type:`spdylay_settings_id`.
*/
#define SPDYLAY_SETTINGS_MAX 8
/**
* @macro
* Default maximum concurrent streams.