Thad House

Results 188 comments of Thad House

You can remove https://github.com/microsoft/msquic/blob/main/CMakeLists.txt#L340 lines 340 and 341. You'll also have to add ``` Datapath->Features = CXPLAT_DATAPATH_FEATURE_LOCAL_PORT_SHARING; ``` to CxPLatDataPathInitialize in datapath_kqueue.c Note I don't actually think it will work,...

`getaddrinfo_a` is the equivalent on linux. There does not look to be a macOS equivalent however.

Going through this again, using the BuildEventsListenerRegistry is not enough for my use case. If an exception caused the build failure, I need the actual exception that caused the failure....

The initial robot loop is basically guaranteed to hit this as well.

Since this isn't something we can do, I'm going to close this.

This can be closed. I want to do more documentation, but thats just a general thing.

Since this was a won't fix, its getting closed.

We can just use System.loadLibrary() where the old calls were. CombinedRuntimeLoader will not work for loading individual libraries. RuntimeLoader.loadLibrary() might need to stay to give a better error message, but...

NI Side bug in Netcomm. Nothing we can fix from our end.