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

UDP echo testing in Linux

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/main/pjlib/src/pj/ioqueue_select.c

    r16 r19  
    105105 */ 
    106106#include "ioqueue_common_abs.c" 
     107 
     108/* 
     109 * pj_ioqueue_name() 
     110 */ 
     111PJ_DEF(const char*) pj_ioqueue_name(void) 
     112{ 
     113    return "select"; 
     114} 
    107115 
    108116/* 
Note: See TracChangeset for help on using the changeset viewer.