Implementation: req.tv_nsec = msec* 1000;
Parameter msec is in milliseconds per API doc. One millisecond is _not_ 1000 nanoseconds.
Log in to post a comment.