]> Cypherpunks.ru repositories - nncp.git/commit
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)
commit284db1303dc4993a95d6f6ba3da5ea522af275b0
treebf0cc84b148f32a105b161582ac5b33a36162758
parentc2b17fd0fc439e420710f53602604e8823c2fb1d
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.
doc/download.texi
doc/install.texi
doc/news.ru.texi
doc/news.texi
src/go.mod
src/go.sum
src/nncp.go
src/yggdrasil/tcpip.go