hyc

Results 108 comments of hyc

Should just use `#include ` and then add a "-I/usr/include/miniupnp" to CPPFLAGS if necessary

Is your node doing P2P traffic only, or does it also have RPC enabled? I've noticed that only the P2P traffic honors the bandwidth limits, there is no limiter for...

I kinda think it ought to be. That's the reason I turned off public RPC on my public node, it was eating my monthly bandwidth quota.

I'm confused, why is this PR, which appears to still be actively being developed, on the release branch? Development should be on master, and only finalized code should be PR'd...

Then I guess it's objecting to both PROT_WRITE and PROT_EXEC being requested. Seems that MAP_JIT isn't doing anything useful for us. The v0.17 release had the same mmap flags, so...

Trademark registration is a race; if multiple parties try to register the same mark the first one usually wins. (But different countries have different definitions of "first" - e.g., first...

Hmmm. Definitely an interesting idea. I haven't looked at your code yet, but the obvious thing to do is profile it and see where the time is going. Your test...

> It seems like the LMDB crashes are caused by attempting to load a corrupt database file. No mention was made of other failure modes, and it was indicated that...

@agisboye the documentation link you provided doesn't seem to work now. Have you got a copy of the relevant info, or an up to date link?

Thanks. Gonna paste it here for convenience: > IPC and POSIX Semaphores and Shared Memory > Normally, sandboxed apps cannot use Mach IPC, POSIX semaphores and shared memory, or UNIX...