]> Cypherpunks.ru repositories - nncp.git/commitdiff
Use gvisor.dev/gvisor again instead of inet.af/netstack
authorSergey Matveev <stargrave@stargrave.org>
Sun, 4 Sep 2022 13:30:31 +0000 (16:30 +0300)
committerSergey Matveev <stargrave@stargrave.org>
Sun, 4 Sep 2022 14:24:27 +0000 (17:24 +0300)
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.


No differences found