commit | 0eda701d210107e7acf4e6af13222ec185e593d7 | [log] [tgz] |
---|---|---|
author | Jonas Vautherin <[email protected]> | Fri Jan 21 02:26:55 2022 +0100 |
committer | Jonas Vautherin <[email protected]> | Tue Feb 01 09:26:56 2022 +0100 |
tree | 1880de957614d7403c2d2c7e8eabfd56a668513c | |
parent | 77ac9154440bcc216fda1092fd5bb51da62ae09c [diff] |
Explicitly set hints.ai_flags = AI_V4MAPPED | AI_ADDRCONFIG because this is not the posix default. Glibc purposedly defaults to it, but that makes it inconsistent with other c libraries like musl
Cap‘n Proto is an insanely fast data interchange format and capability-based RPC system. Think JSON, except binary. Or think Protocol Buffers, except faster. In fact, in benchmarks, Cap’n Proto is INFINITY TIMES faster than Protocol Buffers.