comparison doc/dbg_interactive.py.sample @ 706:4ffbc9f1e922

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.
author Sebastien Decugis <sdecugis@nict.go.jp>
date Wed, 09 Feb 2011 15:26:58 +0900
parents 8c3dc8584dab
children 8e3a4c8fb975
comparison
equal deleted inserted replaced
705:f0cb8f465763 706:4ffbc9f1e922
102 del l1 102 del l1
103 103
104 104
105 ############# Hash ############ 105 ############# Hash ############
106 106
107 hex(fd_hash("hello world")) # It accepts binary data 107 hex(fd_os_hash("hello world")) # It accepts binary data
108 108
109 109
110 ############# Dictionary ############ 110 ############# Dictionary ############
111 111
112 ##### Create a dedicated dictionary for our tests 112 ##### Create a dedicated dictionary for our tests
"Welcome to our mercurial repository"