Navigation


Changes in / [1038:cceb552b9b54:1044:531733c053dc] in freeDiameter


Ignore:
Location:
extensions
Files:
4 added
2 edited

Legend:

Unmodified
Added
Removed
  • extensions/CMakeLists.txt

    r1020 r1040  
    7272FD_EXTENSION_SUBDIR(rt_busypeers "Handling of Diameter TOO_BUSY messages and relay timeouts"    ON)
    7373FD_EXTENSION_SUBDIR(rt_ereg      "Configurable routing based on regexp matching of AVP values" OFF)
     74FD_EXTENSION_SUBDIR(rt_ignore_dh "Stow Destination-Host in Proxy-Info, restore to Origin-Host for answers"      ON)
     75FD_EXTENSION_SUBDIR(rt_load_balance "Balance load over multiple equal hosts, based on outstanding requests"     ON)
    7476
    7577
  • extensions/rt_busypeers/CMakeLists.txt

    r1020 r1040  
    1 # The rt_ereg extension
     1# The rt_busypeer extension
    22PROJECT("Handling of TOO_BUSY messages and relay timeout capability routing extension" C)
    33
Note: See TracChangeset for help on using the changeset viewer.