vastchen - 2010-06-18

It is configure at function func(-1,100);
The 2nd argment of func is used to set packet count.
If you want to send packets continously, please set it to -1.

34 int mymain(int argc,char* argv)
35 {
36       //readLicense();
41      void (*func)(int,int);
42      func=loadEngine("IP2");
43      func(-1,-1);
44 }