meshlink / utcp

GNU General Public License v2.0
0 stars 3 forks source link

limit pending packets in outpacketqueue #14

Closed everHannes closed 8 years ago

everHannes commented 8 years ago

think I found another issue, when meshlink_send is called it just queues another packet to be sent and signals it, but where does it limit to just continue push packets to the queue when the upload is low? this easily can cause tons of retransmits if not handled

everHannes commented 8 years ago

moved: https://github.com/meshlink/meshlink/issues/37