Thad House

Results 21 comments of Thad House

Likely, yeah. I'm generating into a path in the source tree, so a relative path in the same source tree is what I would want.

I don't think we've ever done testing using cygwin. edpetw.h is a generated file, which is generated as part of the solution. But its possible something in cygwin is making...

Let me double check on the clog port reversal. If its not correct, that is a bug in the clog decoder.

https://github.com/microsoft/msquic/pull/2051 PR to fix the port reversal issue.

Fixed. Documented change we just had to override.

I would actually be slightly scared to put the QUIC workers on the UI thread in Node.js. Unlike the current TCP and UDP implementations, which do a TINY amount of...

Turns out this bug is not actually an out of memory bug, but an out of send allowance bug. This occurs if the send loop runs once, can put some...

The assert has been removed, as it was benign. However at some point it would be nice to fix the empty send, as its just wasted work. The fix suggested...

We actually don't use eBPF here. We use cBPF, which basically just does a quick mapping from the kernel structs assigned cpu to the right socket. So we don't actually...

Just to double check, were you running MsQuic/HTTP3 before, and this is new behavior as of the latest patch, or is this the first time using MsQuic on your server?...