Navigation


Changeset 1340:daf61e573fee in freeDiameter


Ignore:
Timestamp:
Apr 9, 2019, 10:57:12 PM (5 years ago)
Author:
Thomas Klausner <tk@giga.or.at>
Branch:
default
Phase:
public
histedit_source:
02c599757fd68d8fcefd44a1acd806a0249997e2
Message:

rt_deny_by_size: new extension

This extension denies messages that are larger than a configured size.
The size is configurable in a config file, and the extension allows
reloading its config using SIGUSR1.

Written for Effortel Technologies SA and published with their consent.

Files:
6 added
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/CMakeLists.txt

    r1333 r1340  
    7171FD_EXTENSION_SUBDIR(rt_busypeers    "Handling of Diameter TOO_BUSY messages and relay timeouts" ON)
    7272FD_EXTENSION_SUBDIR(rt_default      "Configurable routing rules for freeDiameter"                       ON)
     73FD_EXTENSION_SUBDIR(rt_deny_by_size "Deny messages that are larger than a configured size"                      ON)
    7374FD_EXTENSION_SUBDIR(rt_ereg         "Configurable routing based on regexp matching of AVP values" OFF)
    7475FD_EXTENSION_SUBDIR(rt_ignore_dh    "Stow Destination-Host in Proxy-Info, restore to Origin-Host for answers"   ON)
Note: See TracChangeset for help on using the changeset viewer.