Changeset 1880 for features/performance/src/tcpreplay.c
- Timestamp:
- 07/18/07 20:52:55 (18 months ago)
- Files:
-
- 1 modified
-
features/performance/src/tcpreplay.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
features/performance/src/tcpreplay.c
r1839 r1880 286 286 warn("not configured with --enable-debug. Debugging disabled."); 287 287 #endif 288 288 289 289 options.loop = OPT_VALUE_LOOP; 290 290 … … 328 328 if (HAVE_OPT(ACCURATE)) 329 329 options.accurate = 1; 330 330 331 if (HAVE_OPT(ACCURATE2)) { 332 options.accurate = 2; 333 rdtsc_calibrate(); 334 } 335 331 336 if (HAVE_OPT(PKTLEN)) 332 337 warn("--pktlen may cause problems. Use with caution.");
