fixed ping
This commit was SVN r5741.
Этот коммит содержится в:
родитель
ef07d67946
Коммит
75a43e84ba
@ -131,6 +131,7 @@ int mca_oob_tcp_ping(
|
|||||||
}
|
}
|
||||||
hdr.msg_dst = *name;
|
hdr.msg_dst = *name;
|
||||||
hdr.msg_type = MCA_OOB_TCP_PROBE;
|
hdr.msg_type = MCA_OOB_TCP_PROBE;
|
||||||
|
MCA_OOB_TCP_HDR_HTON(&hdr);
|
||||||
|
|
||||||
if((rc = write(sd, &hdr, sizeof(hdr))) != sizeof(hdr)) {
|
if((rc = write(sd, &hdr, sizeof(hdr))) != sizeof(hdr)) {
|
||||||
close(sd);
|
close(sd);
|
||||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user