chenshuo / muduo

Event-driven network library for multi-threaded Linux server in C++11
https://github.com/chenshuo/muduo
Other
14.64k stars 5.14k forks source link

定时器失效问题 #698

Open aimybbe opened 9 months ago

aimybbe commented 9 months ago

muduo里面使用了 gettimeofday 来做timestamp, 在嵌入式设备中使用时,一旦发生向前对时,定时器就会失效。