You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Should support legacy ping, server list ping. I have some idea of how it should look, see wire.zig, but the specifics are still to be ironed out.
Will likely use the OS TCP stack because of laziness (revisit this in 1.1). Will likely use libev because it's easy and fast. Will inherently support parallelism and distribution due to our architecture.
Consider referencing matscan
The text was updated successfully, but these errors were encountered:
Should support legacy ping, server list ping. I have some idea of how it should look, see
wire.zig
, but the specifics are still to be ironed out.Will likely use the OS TCP stack because of laziness (revisit this in 1.1). Will likely use libev because it's easy and fast. Will inherently support parallelism and distribution due to our architecture.
Consider referencing matscan
The text was updated successfully, but these errors were encountered: