Right now process_packets.c checks how many packets are lost and depending on that signals the client to send packets with higher/lower timeout.
Make the feature be easily disabled via DISABLE_DYNAMIC_RATE_LIMITING
The features makes the library use less CPU, but also slows down sending by a little bit.
Right now process_packets.c checks how many packets are lost and depending on that signals the client to send packets with higher/lower timeout.
Make the feature be easily disabled via DISABLE_DYNAMIC_RATE_LIMITING
The features makes the library use less CPU, but also slows down sending by a little bit.