Changeset 4183


Ignore:
Timestamp:
12/20/10 23:50:39 (12 years ago)
Author:
schlocke
Message:

loadbalancer: autoblocking nondecodeable channels for less ecms requests

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/module-stat.c

    r4098 r4183  
    467467    }
    468468
    469     if (n)
     469    //if (n)
     470    //Always copy result...so if we found NO reader->no requests! This helps blocking undecodeable channels
     471    //and reduces ecm traffic!
    470472        memcpy(er->matching_rdr, result, sizeof(result));
    471473#ifdef WITH_DEBUG
    472     else
    473         cs_debug_mask(D_TRACE, "loadbalancer: no best reader found, trying all readers");
     474    //else
     475    //  cs_debug_mask(D_TRACE, "loadbalancer: no best reader found, trying all readers");
    474476
    475477    cs_debug_mask(D_TRACE, "loadbalancer: client %s for %04X/%06X/%04X: %s readers: %d%d%d%d%d%d%d%d%d%d%d%d%d%d%d%d",
Note: See TracChangeset for help on using the changeset viewer.