Navigation


Changeset 563:dc9764591567 in freeDiameter for freeDiameter/routing_dispatch.c


Ignore:
Timestamp:
Sep 16, 2010, 4:41:44 PM (14 years ago)
Author:
Sebastien Decugis <sdecugis@nict.go.jp>
Branch:
default
Phase:
public
Message:

Automatic load-balancing between peers that have the same routing score. Use rt_ereg to obtain stable routes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • freeDiameter/routing_dispatch.c

    r455 r563  
    844844                CHECK_FCT( fd_rtd_init(&rtd) );
    845845
    846                 /* Add all peers in OPEN state */
     846                /* Add all peers currently in OPEN state */
    847847                CHECK_FCT( pthread_rwlock_rdlock(&fd_g_activ_peers_rw) );
    848848                for (li = fd_g_activ_peers.next; li != &fd_g_activ_peers; li = li->next) {
Note: See TracChangeset for help on using the changeset viewer.