JRazek

Results 5 issues of JRazek

I am using DNS server on a custom port 1234. nDPI fails to recognize the packets as DNS due to hardcoded port 53 in detection. I've found [this](https://github.com/ntop/nDPI/issues/725) issue, but...

enhancement

I am trying to compile basic program: ```cpp #include #include auto main() -> int { auto b = boost::asio::basic_stream_file{}; } ``` `g++ ./not_compiling.cpp -std=c++20 -lboost -o boost_testing` I receive following...

In order to access cooperative groups API in kernels one needs to launch kernel with `cudaLaunchCooperativeKernel`. It would be nice, if `cudarc` exposed such API.

Streaming should also support options just as prerecorded transcription does.

enhancement