Navigation


Changeset 1326:afe0ecdb0692 in freeDiameter for include


Ignore:
Timestamp:
Nov 27, 2017, 11:18:57 PM (6 years ago)
Author:
Thomas Klausner <tk@giga.or.at>
Branch:
default
Phase:
public
Message:

Add config option if Route-Record AVPs should be added in Answers.

Some software does not handle them correctly.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • include/freeDiameter/libfdcore.h

    r1305 r1326  
    135135        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. */
    136136        uint16_t         cnf_dispthr;   /* Number of dispatch threads to create */
     137        uint16_t         cnf_rr_in_answers;     /* include Route-Record AVP in answers */
    137138        struct {
    138139                unsigned no_fwd : 1;    /* the peer does not relay messages (0xffffff app id) */
Note: See TracChangeset for help on using the changeset viewer.