From: Sergey Matveev Date: Sun, 4 Sep 2022 13:30:31 +0000 (+0300) Subject: Use gvisor.dev/gvisor again instead of inet.af/netstack X-Git-Tag: v8.8.0^2~1 X-Git-Url: http://www.git.cypherpunks.ru/?a=commitdiff_plain;h=284db1303dc4993a95d6f6ba3da5ea522af275b0;hp=284db1303dc4993a95d6f6ba3da5ea522af275b0;p=nncp.git Use gvisor.dev/gvisor again instead of inet.af/netstack Latter one is abandoned project now, because Go 1.17 has lazy module loading support: https://github.com/inetaf/netstack/issues/4 So there is no need in huge amount of dependencies anymore with gvisor. Moreover inet.af contains dependencies that are explicitly marked as unbuildable under Go 1.19, so it anyway needs some altering. According to gvisor's commit messages, it is tested to work under 32-bit systems. ---