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/src/pjlib-test/udp_echo_srv_sync.c

    r11 r19  
    6161    } 
    6262 
    63     rc = app_socket(PJ_AF_INET, PJ_SOCK_DGRAM, 0, ECHO_SERVER_START_PORT, &sock); 
     63    rc = app_socket(PJ_AF_INET, PJ_SOCK_DGRAM,0, ECHO_SERVER_START_PORT, &sock); 
    6464    if (rc != PJ_SUCCESS) { 
    6565        app_perror("...socket error", rc); 
     
    122122        count++; 
    123123 
    124         PJ_LOG(3,("", "Synchronous UDP (%d threads): %u KB/s  (avg=%u KB/s) %s",  
     124        PJ_LOG(3,("", "Synchronous UDP (%d threads): %u KB/s (avg=%u KB/s) %s",  
    125125                  ECHO_SERVER_MAX_THREADS,  
    126126                  (unsigned)(bw / 1000), 
Note: See TracChangeset for help on using the changeset viewer.