Navigation


Changeset 1187:436e4342ecd0 in freeDiameter for doc/freediameter.conf.sample


Ignore:
Timestamp:
Jun 10, 2013, 1:04:50 PM (11 years ago)
Author:
Sebastien Decugis <sdecugis@freediameter.net>
Branch:
default
Phase:
public
Message:

Rollback to using TLS/SCTP in release 1.2.0. DTLS dev to happen in freeDiameter-dtls branch

File:
1 edited

Legend:

Unmodified
Added
Removed
  • doc/freediameter.conf.sample

    r1181 r1187  
    3131# The port this peer is listening on for incoming TLS-protected connections (TCP and SCTP).
    3232# See TLS_old_method for more information about TLS flavours.
     33# Note: we use TLS/SCTP instead of DTLS/SCTP at the moment. This will change in future version of freeDiameter.
    3334# Default: 5658. Use 0 to disable.
    3435#SecPort = 5658;
    35 
    36 # freeDiameter 1.2.0 introduces the support of DTLS over SCTP (RFC6083) instead of TLS over SCTP (RFC3436),
    37 # as specified in RFC6733. If you need compatibility with older implementation that use TLS over SCTP, you
    38 # can open an additional SCTP server port using TLS/SCTP by specifying the following parameter.
    39 # Note that no TCP server is started on the following port.
    40 # Default: 0 (disabled). Use 3869 for compatibility with freeDiameter < 1.2.0.
    41 #SctpSec3436 = 0;
    4236
    4337# Use RFC3588 method for TLS protection, where TLS is negociated after CER/CEA exchange is completed
     
    218212# Parameters that can be specified in the peer's parameter list:
    219213#  No_TCP; No_SCTP; No_IP; No_IPv6; Prefer_TCP; TLS_old_method;
    220 #  No_TLS;       # assume transparent security instead of TLS
    221 #  SctpSec3436;  # Use TLS/SCTP instead of DTLS/SCTP to protect SCTP associations with this peer.
     214#  No_TLS;       # assume transparent security instead of TLS. DTLS is not supported yet (will change in future versions).
    222215#  Port = 5658;  # The port to connect to
    223216#  TcTimer = 30;
Note: See TracChangeset for help on using the changeset viewer.