Ignore:
Timestamp:
Nov 7, 2005 6:14:08 PM (19 years ago)
Author:
bennylp
Message:

UDP echo testing in Linux

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/main/pjlib/include/pj/ioqueue.h

    r18 r19  
    109109 *  - \ref page_pjlib_ioqueue_perf_test 
    110110 */ 
    111  
    112111 
    113112 
     
    219218#   define PJ_IOQUEUE_MAX_EVENTS_IN_SINGLE_POLL     (16) 
    220219#endif 
     220 
     221/** 
     222 * Return the name of the ioqueue implementation. 
     223 * 
     224 * @return              Implementation name. 
     225 */ 
     226PJ_DECL(const char*) pj_ioqueue_name(void); 
    221227 
    222228 
Note: See TracChangeset for help on using the changeset viewer.