msquic icon indicating copy to clipboard operation
msquic copied to clipboard

print errno message for too many open files error

Open ddavila0 opened this issue 1 year ago • 2 comments

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

ddavila0 avatar Sep 26 '24 00:09 ddavila0

this has to do with the issue discussed here: https://github.com/microsoft/msquic/issues/4409

ddavila0 avatar Sep 26 '24 00:09 ddavila0

We don't want to add printf statements to the core code.

nibanks avatar Sep 26 '24 01:09 nibanks

Please either convert this to a trace event or simply update the documentation on how to diagnose this.

nibanks avatar Jan 04 '25 20:01 nibanks