== Features == The freeDiameter framework supports the following features: * Full support for the '''Diameter Base Protocol''' defined in RFC3588 and [http://tools.ietf.org/html/draft-ietf-dime-rfc3588bis rfc3588bis], including: * Native IP/IPv6 and TCP/SCTP support. * TLS support (mixed port or separate ports), even for SCTP (in RFC3436 flavour, DTLS is not supported yet, see [ticket:19]) * Diameter failover and failback mechanisms * Diameter routing loops detection and avoidance * Base Accounting support is provided by the [wiki:app_acct.fdx] extension. * Messages relaying is natively supported. * Diameter Redirects are supported through [wiki:rt_redirect.fdx] and [wiki:app_redirect.fdx] extensions. * '''Diameter EAP server''' (RFC4072) support is provided by [wiki:app_diameap.fdx]. * '''Diameter SIP''' (RFC4740) support comes with [wiki:app_sip.fdx]. * '''RADIUS/Diameter translation''' of NASREQ (RFC4005), EAP (RFC4072), and SIP (RFC4740) messages is provided by [wiki:app_radgw.fdx]. Many additional exciting extensions are in preparation right now... ----