<div dir="ltr"><div><br></div><div><div><div style="font-size:12.25px">Hi all,</div><div style="font-size:12.25px"><br></div><div style="font-size:12.25px">1.  I use a child thread to send many reliable packets in a short time and the main thread is the loop to call <b>enet_host_service</b> regularly(1000ms).  But I found that most of packets are queued in <b>outgoingReliableCommands.  </b>I tried to use <b>enet_host_flush</b> in main thread but it seems unhelpful.</div><div style="font-size:12.25px">How could I speed up sending <b>outgoingReliableCommands </b>(enet_host_service timeout?) or how could I check where the bottleneck is? (because of recv peer side?)</div><div style="font-size:12.25px"><br></div><div style="font-size:12.25px">2. Is it possible to clear specific channel packet data?</div></div><br></div></div>