Navigation


Changeset 706:4ffbc9f1e922 in freeDiameter for doc


Ignore:
Timestamp:
Feb 9, 2011, 3:26:58 PM (13 years ago)
Author:
Sebastien Decugis <sdecugis@nict.go.jp>
Branch:
default
Phase:
public
Message:

Large UNTESTED commit with the following changes:

  • Improved DiameterIdentity? handling (esp. interationalization issues), and improve efficiency of some string operations in peers, sessions, and dictionary modules (closes #7)
  • Cleanup in the session module to free only unreferenced sessions (#16)
  • Removed fd_cpu_flush_cache(), replaced by more robust alternatives.
  • Improved peer state machine algorithm to counter SCTP multistream race condition.
Location:
doc
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • doc/dbg_interactive.py.sample

    r688 r706  
    105105############# Hash ############
    106106
    107 hex(fd_hash("hello world"))     # It accepts binary data
     107hex(fd_os_hash("hello world"))  # It accepts binary data
    108108
    109109
  • doc/freediameter.conf.sample

    r578 r706  
    211211#  ConnectTo = "2001:200:903:2::202:1";
    212212#  TLS_Prio = "NORMAL";
     213#  Realm = "realm.net"; # Reject the peer if it does not advertise this realm.
    213214# Examples:
    214215#ConnectPeer = "aaa.wide.ad.jp";
Note: See TracChangeset for help on using the changeset viewer.