Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Token Configuration Structure

Code Block
languagecpp
linenumberstrue
const  HTTPs_TOKEN_CFG  HTTPs_TokenCfg = {
    15,										/* .NbrPerConnMax   */
	20										/* .ValLenMax		*/
};


Fields Description

Structure FieldTypeDescriptionPossible Values
NbrPerConnMax
CPU_INT16UMaximum number of tokens accepted for each HTTP transaction.

SHOULD be >= 1
LIB_MEM_BLK_QTY_UNLIMITED to set an unlimited pool.

ValLenMax
CPU_INT16UMaximum length of the token replacement value accepted by the HTTP server.

SHOULD be >= 1  

...