No description
Find a file
Puck Meerburg 84207df87d aux/socket: patch scheduling bug in socket egg
It's possible for the thread to be interrupted between configuring the
timeout and the file descriptor wait. This causes a low-probability 60
second wait until the timeout expires.

Now that this is fixed, we can set a normal timeout on the socket once
again, so do that.

Link: https://github.com/ursetto/socket-egg/pull/7
2024-10-09 20:36:44 +00:00
aux aux/socket: patch scheduling bug in socket egg 2024-10-09 20:36:44 +00:00
cli cli: add more options 2024-10-04 16:05:24 +00:00
core aux/socket: patch scheduling bug in socket egg 2024-10-09 20:36:44 +00:00
docs docs: add example usage to the Go page. 2024-10-04 15:08:26 +00:00
lang/go (zilch lang go fetch): passed too many parameters to nix-prefetch-url 2024-10-04 15:08:26 +00:00
lib/build-chicken-parallel Initial commit 2024-10-04 15:08:26 +00:00
.envrc Initial commit 2024-10-04 15:08:26 +00:00
.gitignore Initial commit 2024-10-04 15:08:26 +00:00
COPYING Add COPYING 2024-10-04 15:08:26 +00:00
default.nix Initial commit 2024-10-04 15:08:26 +00:00
shell.nix Initial commit 2024-10-04 15:08:26 +00:00

To generate the documentation, run:
`docread; npx antora generate antora-playbook.yml`.