I've noticed in PR #35 that the current initialization method is overly complex, and the frequency of packet transmission is too high, which could lead to network congestion.
I suggest we consider simplifying the initialization process to improve code readability and maintainability.
In addition, we need to optimize the frequency of packet transmission to prevent potential network congestion.
We could implement a strategy to control the frequency of packet transmission, or use some traffic control mechanisms.