Nick Banks

Results 446 comments of Nick Banks

I'm not sure why WAN perf results were pushed to your PR. Could you please force push and revert that commit?

> I'm not sure why WAN perf results were pushed to your PR. Could you please force push and revert that commit? I figured it out. Because you're using your...

https://github.com/microsoft/msquic/pull/3034 is already doing this, but you need to make sure not to create registrations if you don't want threads to get created. That is the "lazy" signal that you're...

@rzikm this is fixed with recent PRs, but it is delayed to registration creation. Not connection/listener. Please update .NET to consume it and validate that querying MsQuic support no longer...

Can you put a readme.md file in the fuzzing directory to explain things? Is this going to be automated here or in OSS-fuzz?

You can't use an existing Connection's callback to make calls on (or create a) different connection. Unfortunately, our documentation doesn't quite make that requirement clear.

No, we don't have anything special. You just have to do it on your own thread.

The definition should be in msquic_posix.h. I'm not sure why you're getting a compile error.

Good point, let me think on this a bit more. What do we do if we receive a T (for the initial random CID) that doesn't necessarily match a rule?