Ignore:
Timestamp:
Mar 10, 2007 11:15:36 PM (17 years ago)
Author:
bennylp
Message:

Completed and tested (simple test) the TURN server and command line STUN/TURN client

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjlib/include/pj/hash.h

    r974 r1054  
    120120 *                  created. 
    121121 * @param ht        the hash table. 
    122  * @param key       the key. 
     122 * @param key       the key, which MUST point to buffer that remains valid 
     123 *                  for the duration of the entry. 
    123124 * @param keylen    the length of the key, or PJ_HASH_KEY_STRING to use the  
    124125 *                  string length of the key. 
Note: See TracChangeset for help on using the changeset viewer.