Navigation


Changeset 897:d8d0772586ad in freeDiameter for include


Ignore:
Timestamp:
Dec 1, 2012, 7:14:34 AM (11 years ago)
Author:
Sebastien Decugis <sdecugis@freediameter.net>
Branch:
default
Phase:
public
Message:

Use correct default port for outgoing connections even when local port is not the default one

File:
1 edited

Legend:

Unmodified
Added
Removed
  • include/freeDiameter/libfdproto.h

    r895 r897  
    7979#include <libgen.h>     /* for basename if --dbg_file is specified */
    8080#endif /* DEBUG */
     81
     82
     83/*============================================================*/
     84/*                       CONSTANTS                            */
     85/*============================================================*/
     86
     87#define DIAMETER_PORT           3868
     88#define DIAMETER_SECURE_PORT    3869
     89
    8190
    8291/*============================================================*/
Note: See TracChangeset for help on using the changeset viewer.