Changeset 2005
- Timestamp:
- 04/30/08 21:08:01 (7 months ago)
- Files:
-
- 1 modified
-
features/performance/src/send_packets.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
features/performance/src/send_packets.c
r1979 r2005 168 168 * Only sleep if we're not in top speed mode (-t) 169 169 */ 170 if (options.speed.mode != SPEED_TOPSPEED)170 if (options.speed.mode != SPEED_TOPSPEED) 171 171 do_sleep((struct timeval *)&pkthdr.ts, &last, pktlen, options.accurate, sp, packetnum, &delta_ctx); 172 172 173 /* mark the time when we send the packet */ 173 174 start_delta_time(&delta_ctx); 175 174 176 /* write packet out on network */ 175 177 if (sendpacket(sp, pktdata, pktlen) < (int)pktlen)
