Navigation


Changeset 1189:50bf33dc8fe0 in freeDiameter for include


Ignore:
Timestamp:
Jun 10, 2013, 5:23:09 PM (11 years ago)
Author:
Sebastien Decugis <sdecugis@freediameter.net>
Branch:
default
Phase:
public
Message:

Limit number of incoming connections under processing to configurable value

File:
1 edited

Legend:

Unmodified
Added
Removed
  • include/freeDiameter/libfdcore.h

    r1186 r1189  
    132132        uint16_t         cnf_sctp_str;  /* default max number of streams for SCTP associations (def: 30) */
    133133        struct fd_list   cnf_endpoints; /* the local endpoints to bind the server to. list of struct fd_endpoint. default is empty (bind all). After servers are started, this is the actual list of endpoints including port information. */
     134        int              cnf_thr_srv;   /* Number of threads per servers handling the connection state machines */
    134135        struct fd_list   cnf_apps;      /* Applications locally supported (except relay, see flags). Use fd_disp_app_support to add one. list of struct fd_app. */
    135136        uint16_t         cnf_dispthr;   /* Number of dispatch threads to create */
Note: See TracChangeset for help on using the changeset viewer.