helium / semtech-udp

Apache License 2.0
9 stars 8 forks source link

Improvements for spotty connections #57

Closed lthiery closed 2 years ago

lthiery commented 2 years ago

client_runtime no longer backs off of writes and instead informs client of lost connections and writes continuously. this avoids a backed up queue and there was no benefit to backing off.

server_runtime spawns off writing to a client so as to not allow a slow client to back up writing to faster clients.