Navigation



Ignore:
Timestamp:
Dec 10, 2009, 2:15:04 PM (14 years ago)
Author:
Sebastien Decugis <sdecugis@nict.go.jp>
Branch:
default
Phase:
public
Message:

Completed cleanups of queues when the daemon is stopping

File:
1 edited

Legend:

Unmodified
Added
Removed
  • include/freeDiameter/freeDiameter.h

    r105 r124  
    562562enum fd_rt_out_score {
    563563        FD_SCORE_NO_DELIVERY     = -70, /* We should not send this message to this candidate */
     564        FD_SCORE_INI             =  -2, /* All candidates are initialized with this value */
    564565        FD_SCORE_LOAD_BALANCE    =   1, /* Use this to differentiate between several peers with the same score */
    565566        FD_SCORE_DEFAULT         =   5, /* The peer is a default route for all messages */
Note: See TracChangeset for help on using the changeset viewer.