ntp: increase socket resume timeout to 1 millisecond
This seems to work significantly better on some hardware and is still shorter than burst interval at the minimum configurable poll.
This commit is contained in:
parent
3ea3e0efd7
commit
ccebec3eb6
1 changed files with 1 additions and 1 deletions
|
@ -91,7 +91,7 @@ static int permanent_ts_options;
|
||||||
suspend reading of packets from the receive queue until a HW transmit
|
suspend reading of packets from the receive queue until a HW transmit
|
||||||
timestamp is received from the error queue or a timeout reached. */
|
timestamp is received from the error queue or a timeout reached. */
|
||||||
|
|
||||||
#define RESUME_TIMEOUT 200.0e-6
|
#define RESUME_TIMEOUT 0.001
|
||||||
|
|
||||||
struct HwTsSocket {
|
struct HwTsSocket {
|
||||||
int sock_fd;
|
int sock_fd;
|
||||||
|
|
Loading…
Reference in a new issue