Val V

Results 8 comments of Val V

I'm looking at a similar use case where I want to block + read from one thread why sending from another. Rather than adding a new API why not let...

Hmm, no clue on EscapeCommFunction() and related. I would assume so given that most HANDLE functions are but the docs are incredibly sparse WRT thread safety. I was thinking about...

@Matheus28 You really do need the token + basic encryption. Otherwise spoof + replay attacks are pretty trivial.

@Matheus28 No need to get personal here. Yes, all of that could go into the application layer. However one of the core principals of the web is security and I...

@Matheus28 Just because something is out there and widely used doesn't mean it's not vulnerable. Here's just one of many sources you can find about how the Source engine isn't...

No, this is largely unmaintained and actually pretty out of date. The latest version was in the forked(networkprotocol/netcode.io) library but was since removed since I didn't have time to maintain...

Is there any reason that gcc crate can't be used instead? It does all the heavy-lifting of finding msvc and works well for the msvc targets that are common on...

+1 For rust projects that linked dynamically from other languages being able to deploy(move) the .so after a successful build would be nice.