msquic
msquic copied to clipboard
print errno message for too many open files error
Description
Print a significant error message when "too many open files" limit is reached
Testing
No tests needed, not a new feature
Documentation
I don't think so
this has to do with the issue discussed here: https://github.com/microsoft/msquic/issues/4409
We don't want to add printf statements to the core code.
Please either convert this to a trace event or simply update the documentation on how to diagnose this.