This repository has been archived by the owner on Aug 11, 2020. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
quic: expose retransmit counts to JS
Allows monitoring the number of times packets have to be retransmitted because of loss or delayed ack. An implementation experiencing a high number of retransmits may need to be torn down or mitigated in some way. This allows the user code to keep track. Later, we may want to add a setting that enforces a maximum number of retransmissions before failing a connection. Fixes: #78 PR-URL: #207 Reviewed-By: #207