mirror of
https://github.com/wangyu-/UDPspeeder.git
synced 2025-01-31 12:19:35 +08:00
just commit
This commit is contained in:
parent
d05ed65b17
commit
2f99275b4c
4
main.cpp
4
main.cpp
@ -1388,10 +1388,10 @@ void process_arg(int argc, char *argv[])
|
||||
|
||||
case 'n':
|
||||
sscanf(optarg,"%d",&fec_pending_num);
|
||||
if(fec_pending_num<1||fec_pending_num>1000)
|
||||
if(fec_pending_num<1||fec_pending_num>10000)
|
||||
{
|
||||
|
||||
mylog(log_fatal,"fec_pending_num should be between 1 and 1000\n");
|
||||
mylog(log_fatal,"fec_pending_num should be between 1 and 10000\n");
|
||||
myexit(-1);
|
||||
}
|
||||
break;
|
||||
|
Loading…
x
Reference in New Issue
Block a user