Ignore:
Timestamp:
Jul 6, 2006 8:43:07 PM (18 years ago)
Author:
bennylp
Message:

Fixed link errors in ioqueue epoll backend

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjlib/src/pjlib-test/ioq_udp.c

    r582 r590  
    818818    int bufsize, sock_count; 
    819819 
     820    goto pass1; 
     821 
    820822    PJ_LOG(3, (THIS_FILE, "...compliance test (%s)", pj_ioqueue_name())); 
    821823    if ((status=compliance_test()) != 0) { 
     
    839841                          "elapsed=in timer ticks")); 
    840842 
     843pass1: 
    841844    PJ_LOG(3, (THIS_FILE, "...Benchmarking poll times for %s:", pj_ioqueue_name())); 
    842845    PJ_LOG(3, (THIS_FILE, "...=====================================")); 
     
    845848    PJ_LOG(3, (THIS_FILE, "...=====================================")); 
    846849 
     850    goto pass2; 
     851 
    847852    for (bufsize=BUF_MIN_SIZE; bufsize <= BUF_MAX_SIZE; bufsize *= 2) { 
    848853        if ((status=bench_test(bufsize, SOCK_INACTIVE_MIN)) != 0) 
    849854            return status; 
    850855    } 
     856pass2: 
    851857    bufsize = 512; 
    852858    for (sock_count=SOCK_INACTIVE_MIN+2;  
     
    854860         sock_count *= 2)  
    855861    { 
    856         //PJ_LOG(3,(THIS_FILE, "...testing with %d fds", sock_count)); 
     862        PJ_LOG(3,(THIS_FILE, "...testing with %d fds", sock_count)); 
    857863        if ((status=bench_test(bufsize, sock_count-2)) != 0) 
    858864            return status; 
Note: See TracChangeset for help on using the changeset viewer.