|
|
|
@ -4006,8 +4006,7 @@ static void *clistener(__maybe_unused void *arg)
|
|
|
|
|
if (wq_item) { |
|
|
|
|
process_sockd(conn, wq_item); |
|
|
|
|
tick(); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
} else |
|
|
|
|
cksleep_ms(42); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
@ -4048,8 +4047,7 @@ static void *blistener(__maybe_unused void *arg)
|
|
|
|
|
if (wq_item) { |
|
|
|
|
process_sockd(conn, wq_item); |
|
|
|
|
tick(); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
} else
|
|
|
|
|
cksleep_ms(142); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|