Ignore:
Timestamp:
Nov 6, 2005 1:32:11 PM (18 years ago)
Author:
bennylp
Message:

Put common ioqueue functionalities in separate file to be used by both select() and epoll

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/main/pjlib/src/pjlib-test/ioq_tcp.c

    r11 r12  
    180180    t_elapsed->u32.lo += (t2.u32.lo - t1.u32.lo); 
    181181 
    182     if (status < 0) { 
    183         return -176; 
    184     } 
    185  
    186182    // Compare recv buffer with send buffer. 
    187183    if (pj_memcmp(send_buf, recv_buf, bufsize) != 0) { 
Note: See TracChangeset for help on using the changeset viewer.