Ignore:
Timestamp:
May 15, 2007 10:42:56 AM (17 years ago)
Author:
bennylp
Message:

Fixed several STUN bugs: USERNAME, REALM etc are not allowed in the response, retransmission timer calculation bug, etc.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjnath/src/pjstun-srv-test/bind_usage.c

    r1091 r1275  
    158158 
    159159    /* Create response */ 
    160     status = pj_stun_session_create_response(sess, msg, 0, NULL, &tdata); 
     160    status = pj_stun_session_create_res(sess, msg, 0, NULL, &tdata); 
    161161    if (status != PJ_SUCCESS) 
    162162        return status; 
Note: See TracChangeset for help on using the changeset viewer.