LuukJonker / smpc

GNU General Public License v3.0
0 stars 0 forks source link

Inaccurate wait time statistic #28

Open BasJansw opened 4 months ago

BasJansw commented 4 months ago

The statistic which tracks the time spend waiting on a variable doesn't consider the fact that the SMPCSocket only polls every 0.1 seconds. This means that a variable might be received right after the SMPCSocket has checked the received variable buffer. On average this increases the wait time on a message which is not yet received by 0.05 seconds.