Ignore:
Timestamp:
Jun 22, 2007 11:32:49 AM (17 years ago)
Author:
bennylp
Message:

Committed ticket #337: Ability to restart PJSIP UDP transport

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjsip/include/pjsip/sip_errno.h

    r974 r1382  
    223223 */ 
    224224#define PJSIP_ETPNOTSUITABLE    (PJSIP_ERRNO_START_PJSIP + 64)  /* 171064 */ 
    225  
     225/** 
     226 * @hideinitializer 
     227 * Transport not available. This error occurs for example when the SIP stack  
     228 * is trying to use a SIP transport while the transport is being paused by  
     229 * application. 
     230 */ 
     231#define PJSIP_ETPNOTAVAIL       (PJSIP_ERRNO_START_PJSIP + 65)  /* 171065 */ 
    226232 
    227233/************************************************************ 
Note: See TracChangeset for help on using the changeset viewer.