Navigation



Ignore:
Timestamp:
Apr 13, 2010, 2:50:54 PM (14 years ago)
Author:
Sebastien Decugis <sdecugis@nict.go.jp>
Branch:
default
Phase:
public
Message:

Configurable number of server threads

File:
1 edited

Legend:

Unmodified
Added
Removed
  • include/freeDiameter/freeDiameter.h

    r214 r253  
    9191        struct fd_list   cnf_endpoints; /* the local endpoints to bind the server to. list of struct fd_endpoint. default is empty (bind all) */
    9292        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. */
     93        uint16_t         cnf_dispthr;   /* Number of dispatch threads to create */
    9394        struct {
    9495                unsigned no_fwd : 1;    /* the peer does not relay messages (0xffffff app id) */
Note: See TracChangeset for help on using the changeset viewer.