bzflag icon indicating copy to clipboard operation
bzflag copied to clipboard

Fix blocking time calculation

Open DeathByDenim opened this issue 2 years ago • 3 comments

Fix for issue #313. This corrects the calculation from block time to a struct timeval from milliseconds to microseconds.

DeathByDenim avatar Aug 07 '22 17:08 DeathByDenim

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?

DeathByDenim avatar Aug 12 '22 13:08 DeathByDenim

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.

atupone avatar Aug 12 '22 20:08 atupone

Ah ok, thanks for the clarification!

DeathByDenim avatar Aug 12 '22 20:08 DeathByDenim

Applied. Thanks

atupone avatar Sep 06 '22 18:09 atupone