Navigation


Changeset 89:3f8b437bcb66 in freeDiameter for include


Ignore:
Timestamp:
Dec 7, 2009, 4:56:42 PM (14 years ago)
Author:
Sebastien Decugis <sdecugis@nict.go.jp>
Branch:
default
Phase:
public
Message:

Added some default routing handlers

File:
1 edited

Legend:

Unmodified
Added
Removed
  • include/freeDiameter/freeDiameter.h

    r87 r89  
    565565        FD_SCORE_DEFAULT         =   5, /* The peer is a default route for all messages */
    566566        FD_SCORE_DEFAULT_REALM   =  10, /* The peer is a default route for this realm */
     567        FD_SCORE_REALM           =  15, /* The peer belongs to Destination-Realm of the message */
    567568        FD_SCORE_REDIR_HOST      =  25, /* If there is a redirect rule with ALL_HOST for these message and peer */
    568569        FD_SCORE_REDIR_APP       =  30, /* If there is a redirect rule with ALL_APPLICATION for these message and peer */
     
    571572        FD_SCORE_REDIR_USER      =  45, /* If there is a redirect rule with ALL_USER for these message and peer */
    572573        FD_SCORE_REDIR_SESSION   =  50, /* If there is a redirect rule with ALL_SESSION for these message and peer */
    573         FD_SCORE_FINALDEST       = 100  /* If the peer is the final recipient of the message, it receives a big score. */
     574        FD_SCORE_FINALDEST       = 100  /* If the peer is the final recipient of the message (i.e. matching Destination-Host), it receives a big score. */
    574575};
    575576
Note: See TracChangeset for help on using the changeset viewer.