bug fix in timeout config
This commit is contained in:
parent
fd5c9adffb
commit
654905a94d
@ -258,7 +258,7 @@ mbus_tcp_set_timeout_set(double seconds)
|
|||||||
}
|
}
|
||||||
|
|
||||||
tcp_timeout_sec = (int)seconds;
|
tcp_timeout_sec = (int)seconds;
|
||||||
tcp_timeout_sec = (seconds - tcp_timeout_sec) * 1000000;
|
tcp_timeout_usec = (seconds - tcp_timeout_sec) * 1000000;
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user