Skip to content

Commit

Permalink
add var to track multi-send option. refs appneta#334
Browse files Browse the repository at this point in the history
  • Loading branch information
synfinatic committed Nov 9, 2008
1 parent da72801 commit 47d652f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/defines.h.in
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ struct tcpr_speed_s {
#define SPEED_TOPSPEED 4
#define SPEED_ONEATATIME 5
float speed;
int pps_multi;
};
typedef struct tcpr_speed_s tcpr_speed_t;

Expand Down

0 comments on commit 47d652f

Please sign in to comment.