Ignore:
Timestamp:
Nov 6, 2005 4:50:38 PM (18 years ago)
Author:
bennylp
Message:

Tested new ioqueue framework on Linux with select and epoll

File:
1 edited

Legend:

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

    r12 r14  
    7777                          bytes_read, errmsg)); 
    7878                PJ_LOG(3,(THIS_FILE,  
    79                           ".....additional info: total read=%u, total written=%u", 
     79                          ".....additional info: total read=%u, total sent=%u", 
    8080                          item->bytes_recv, item->bytes_sent)); 
    8181            } else { 
     
    108108            if (rc != last_error) { 
    109109                last_error = rc; 
    110                 app_perror("...error: read error", rc); 
     110                app_perror("...error: read error(1)", rc); 
    111111            } else { 
    112112                last_error_counter++; 
Note: See TracChangeset for help on using the changeset viewer.