(tsock_v3) 'infinite' default display of receiving packets fix
This commit is contained in:
parent
cb70cc4e8c
commit
031a058b01
1 changed files with 1 additions and 1 deletions
|
@ -132,7 +132,7 @@ int main (int argc, char **argv)
|
|||
lg,port,nb_message,(udp)?"UDP":"TCP",nom_machine_distante);
|
||||
} else {
|
||||
printf("PUITS:lg_mesg_lu=%d,port=%d,nb_receptions=",lg,port);
|
||||
if (nb_message!=-1 && !source) {
|
||||
if (nb_message==-1 && !source) {
|
||||
printf("infini");
|
||||
}
|
||||
else {
|
||||
|
|
Loading…
Reference in a new issue