Show
Ignore:
Timestamp:
07/18/07 20:52:55 (18 months ago)
Author:
aturner
Message:

commit work in progress. this doesn't seem to actually work though. :(
Anyways, this just commits my work up to this point, but at some point it's
going to need to be reworked. refs #41

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • features/performance/src/tcpreplay.c

    r1839 r1880  
    286286        warn("not configured with --enable-debug.  Debugging disabled."); 
    287287#endif 
    288      
     288         
    289289    options.loop = OPT_VALUE_LOOP; 
    290290 
     
    328328    if (HAVE_OPT(ACCURATE)) 
    329329        options.accurate = 1; 
    330          
     330     
     331    if (HAVE_OPT(ACCURATE2)) { 
     332        options.accurate = 2; 
     333        rdtsc_calibrate(); 
     334    } 
     335 
    331336    if (HAVE_OPT(PKTLEN)) 
    332337        warn("--pktlen may cause problems.  Use with caution.");