This repository has been archived on 2025-09-14. You can view files and clone it, but cannot push or open issues or pull requests.
Files
stellar-stellar/src/packet_io
luwenpeng 5508454a1b Optimize packet I/O and timeouts
- Introduce per-thread I/O statistics for packet I/O to reduce performance overhead.
- Implement packet_io_yield() for better thread management during I/O operations.
- Refactor time wheel management:
  - Replace timeouts-based cron tasks with (now_ts - last_ts > timeout) for scheduled tasks.
  - Update the time wheel every 5 ms for improved time management.
2024-04-18 14:37:03 +08:00
..
2024-04-11 10:55:06 +08:00
2024-04-18 14:37:03 +08:00
2024-04-14 13:14:48 +08:00
2024-04-18 14:37:03 +08:00
2024-04-18 14:37:03 +08:00
2024-04-18 14:37:03 +08:00
2024-04-18 14:37:03 +08:00