Lars H. Rohwedder
Lars H. Rohwedder
@ploxiln : Thank you for your fast and comprehensive answer. :-) I'll try to switch to libevhtp (I'll see how complicated it will be), because I need some features (e.g....
Okay, it seems that evhtp_bind_socket() does a lot more than just binding the socket. It also does the "listen()" and "accept()" of the classic BSD socket API. Am I right?...
Same here: $ sshfs --version SSHFS version 2.10 OSXFUSE 3.5.0 FUSE library version: 2.9.7 all installed via Homebrew. Mac OS: 10.12 "cd" into the directory -> hangs "ls -l" in...
@degski Can you give a full example program that shows that 40%? I tried but did not find such big differences. :-(
@degski : OMG, that is far longer than a "minimal testcase", I didn't even understand that source completely. I'll write my own test case / benchmark program… :-(
> But I could not find how you managed reliability using UDP. In other words, in the case of packet loss, how you know to resend it? It is the...
Where do you do the PKCS#7 padding in your Java example?
Perhaps Cipher Text Stealing should be implemented in CBC mode, to support arbitrary plaintext lengths: https://en.wikipedia.org/wiki/Ciphertext_stealing
@AdnanHafeez : Hum, days? Or years? ;-) Except from implementing bit shifts via multiplications, bitwise operations on decimal numbers are quite tough. The brutal approach I've got in mind is...
It seems to be the same problem as in another expression parser: https://github.com/codeplea/tinyexpr/pull/47