Ignore:
File:
1 edited

Legend:

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

    r21 r19  
    9191    pj_time_val last_print; 
    9292    unsigned count; 
    93     const char *ioqueue_name; 
    9493 
    9594    last_received = 0; 
     
    9796    avg_bw = highest_bw = 0; 
    9897    count = 0; 
    99  
    100     ioqueue_name = pj_ioqueue_name(); 
    10198 
    10299    for (;;) { 
     
    125122        count++; 
    126123 
    127         PJ_LOG(3,("", "%s UDP (%d threads): %u KB/s (avg=%u KB/s) %s",  
    128                   ioqueue_name, 
     124        PJ_LOG(3,("", "Synchronous UDP (%d threads): %u KB/s (avg=%u KB/s) %s",  
    129125                  ECHO_SERVER_MAX_THREADS,  
    130126                  (unsigned)(bw / 1000), 
Note: See TracChangeset for help on using the changeset viewer.