Ignore:
Timestamp:
Mar 8, 2007 6:58:04 PM (17 years ago)
Author:
bennylp
Message:

A really initial implementation on STUN server

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjlib-util/src/pjlib-util/stun_msg.c

    r1040 r1049  
    7272    { PJ_STUN_STATUS_CONNECTION_FAILURE,    "Connection Failure"}, 
    7373    { PJ_STUN_STATUS_CONNECTION_TIMEOUT,    "Connection Timeout"}, 
     74    { PJ_STUN_STATUS_ALLOCATION_QUOTA_REACHED, "Allocation Quota Reached"}, 
    7475    { PJ_STUN_STATUS_SERVER_ERROR,          "Server Error"}, 
     76    { PJ_STUN_STATUS_INSUFFICIENT_CAPACITY, "Insufficient Capacity"}, 
    7577    { PJ_STUN_STATUS_GLOBAL_FAILURE,        "Global Failure"} 
    7678}; 
Note: See TracChangeset for help on using the changeset viewer.