(tsock_v3) 'infinite' default display of receiving packets fix
This commit is contained in:
父節點
cb70cc4e8c
當前提交
031a058b01
共有 1 個文件被更改,包括 1 次插入 和 1 次删除
|
@ -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 {
|
||||
|
|
載入中…
Reference in a new issue