benjojo / sping

Split ping, see what direction the loss or latency is on
MIT License
308 stars 19 forks source link

use sync.Mutex as a timeSyncs struct field #7

Closed tamihiro closed 3 years ago

tamihiro commented 3 years ago

Concurrent map writes should be avoided with this patch.