Navigation


Changeset 1164:e8bf101264fa in freeDiameter for include


Ignore:
Timestamp:
Jun 1, 2013, 12:45:51 AM (11 years ago)
Author:
Sebastien Decugis <sdecugis@freediameter.net>
Branch:
default
Phase:
public
Message:

Updated default secure port value according to RFC6733

Location:
include/freeDiameter
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • include/freeDiameter/libfdcore.h

    r1159 r1164  
    128128       
    129129        uint16_t         cnf_port;      /* the local port for legacy Diameter (default: 3868) in host byte order */
    130         uint16_t         cnf_port_tls;  /* the local port for Diameter/TLS (default: 3869) in host byte order */
     130        uint16_t         cnf_port_tls;  /* the local port for Diameter/TLS (default: 5658) in host byte order */
    131131        uint16_t         cnf_sctp_str;  /* default max number of streams for SCTP associations (def: 30) */
    132132        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. */
  • include/freeDiameter/libfdproto.h

    r1159 r1164  
    110110
    111111#define DIAMETER_PORT           3868
    112 #define DIAMETER_SECURE_PORT    3869
     112#define DIAMETER_SECURE_PORT    5658
    113113
    114114
Note: See TracChangeset for help on using the changeset viewer.