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: nodejs#78
- Loading branch information