bzflag
bzflag copied to clipboard
Fix blocking time calculation
Fix for issue #313. This corrects the calculation from block time to a struct timeval
from milliseconds to microseconds.
Oh, I saw that this PR was applied to the 2.4 branch (ec6fff321415566b2ac404aef944fcff9b026800)
@jwmelto : Since you are the one reviewing this PR, does this mean this PR should be closed?
I think you should leave opened. This should be applied on master together with another commit that make tcp read non blocking. Both affect the same piece of code.
Ah ok, thanks for the clarification!
Applied. Thanks