[update] removed verbose ping
This commit is contained in:
parent
b67ddecbab
commit
87ed0fb7c9
|
@ -391,7 +391,8 @@ void* manageCtrlTerm(void* THREADABLE_ARGS){
|
||||||
fbk = request.flags&TERMREQ_FBK;
|
fbk = request.flags&TERMREQ_FBK;
|
||||||
if( !( update || fbk ) ){
|
if( !( update || fbk ) ){
|
||||||
send(arg->socket, "\x00\0", sizeof(char)*2, 0);
|
send(arg->socket, "\x00\0", sizeof(char)*2, 0);
|
||||||
printf("{udp_cterm}{com}(%d) Ping received\n", index);
|
if( request.flags != 0 )
|
||||||
|
printf("{udp_cterm}{com}(%d) Invalid flags\n", index);
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue