You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We see possible issues with the txtimestamp test related to IO
blocking the test for a long time. Our current scheme is to poll
the io every 30msec, which is not very often. Improve the code
by using select() to react to pending input more quickly.
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
0 commit comments