Mahdi Rakhshandehroo

Results 7 comments of Mahdi Rakhshandehroo

Apologies in advance for necro'ing this issue, but one thing to consider is that ifuncs are specific to glibc. Using them means lwan would no longer compile with musl, cosmopolitan,...

User defined callbacks running in parallel might cause undefined behavior if they modify a shared state. In order to guarantee thread safety, you'd have to guard user callback invocations with...

For SIMD support, I would highly recommend just using the what the compiler already provides. gcc, clang and msvc should all have built-in support for using AMD64's SSE/AVX intrinsics and...

Just wanted to update, it turns out that I didn't set up the collisions properly in my simulations. Explicitly adding a static rigidbody to the ground in each simulation fixed...

I am also experiencing the same issue. My application works without errors when using v0.7.0. When I try to use v0.8.1 instead, I get the error. Commenting out the `tcp::no_delay`...

Hey @FrankReh, thanks for following up with this. Having buffer selection for `recvmsg` and `readv` is still useful even with the 1-iovec limitation because they have additional functionality not available...