Navigation


Changeset 717:571b3abaa5df in freeDiameter for include/freeDiameter/libfdcore.h


Ignore:
Timestamp:
Feb 18, 2011, 2:50:37 PM (13 years ago)
Author:
Sebastien Decugis <sdecugis@nict.go.jp>
Branch:
default
Phase:
public
Message:

Support for Diameter Redirects through rt_redirect.fdx extension (EXPERIMENTAL)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • include/freeDiameter/libfdcore.h

    r706 r717  
    658658enum fd_rt_out_score {
    659659        FD_SCORE_NO_DELIVERY     = -70, /* We should not send this message to this candidate */
     660        FD_SCORE_SENT_REDIRECT   = -60, /* If this peer previously sent a Redirect indication that applies to this message */
    660661        FD_SCORE_INI             =  -2, /* All candidates are initialized with this value */
    661662        FD_SCORE_LOAD_BALANCE    =   1, /* Use this to differentiate between several peers with the same score */
     
    669670        FD_SCORE_REDIR_USER      =  45, /* If there is a redirect rule with ALL_USER for these message and peer */
    670671        FD_SCORE_REDIR_SESSION   =  50, /* If there is a redirect rule with ALL_SESSION for these message and peer */
     672        FD_SCORE_REDIR_ONCE      =  55, /* If there is a redirect rule with DONT_CACHE for these message and peer */
    671673        FD_SCORE_FINALDEST       = 100  /* If the peer is the final recipient of the message (i.e. matching Destination-Host), it receives a big score. */
    672674};
Note: See TracChangeset for help on using the changeset viewer.