Navigation



Ignore:
Timestamp:
Oct 19, 2009, 6:43:09 PM (15 years ago)
Author:
Sebastien Decugis <sdecugis@nict.go.jp>
Branch:
default
Phase:
public
Message:

Progress on server code

File:
1 edited

Legend:

Unmodified
Added
Removed
  • include/freeDiameter/freeDiameter.h

    r20 r22  
    256256        /* Additional parameters */
    257257        uint32_t        pi_lft;         /* lifetime of this peer when inactive (see pi_flags.exp definition) */
    258         uint16_t        pi_streams;     /* number of streams for SCTP. 0 = default */
    259258        uint16_t        pi_port;        /* port to connect to. 0: default. */
    260259        int             pi_tctimer;     /* use this value for TcTimer instead of global, if != 0 */
     
    271270        struct fd_list  pi_apps;        /* applications advertised by the remote peer, except relay (pi_flags.relay) */
    272271        struct {
     272                char                    *priority;      /* In case the default priority is not appropriate */
    273273                /* This is inspired from http://www.gnu.org/software/gnutls/manual/gnutls.html#ex_003ax509_002dinfo */
    274274                const gnutls_datum_t    *cert_list;     /* The (valid) credentials that the peer has presented */
Note: See TracChangeset for help on using the changeset viewer.