Re-implement lazy conns

This commit is contained in:
世界 2024-11-08 10:29:20 +08:00
parent a5cb9f4f5f
commit b1e2673c21
No known key found for this signature in database
GPG key ID: CD109927C34A63C4
6 changed files with 231 additions and 33 deletions

4
go.mod
View file

@ -4,11 +4,12 @@ go 1.20
require (
github.com/go-ole/go-ole v1.3.0
github.com/google/btree v1.1.3
github.com/sagernet/fswatch v0.1.1
github.com/sagernet/gvisor v0.0.0-20241021032506-a4324256e4a3
github.com/sagernet/netlink v0.0.0-20240612041022-b9a21c07ac6a
github.com/sagernet/nftables v0.3.0-beta.4
github.com/sagernet/sing v0.5.1-0.20241105104305-c80c8f907c56
github.com/sagernet/sing v0.6.0-alpha.2
go4.org/netipx v0.0.0-20231129151722-fdeea329fbba
golang.org/x/exp v0.0.0-20240613232115-7f521ea00fb8
golang.org/x/net v0.26.0
@ -17,7 +18,6 @@ require (
require (
github.com/fsnotify/fsnotify v1.7.0 // indirect
github.com/google/btree v1.1.3 // indirect
github.com/google/go-cmp v0.6.0 // indirect
github.com/josharian/native v1.1.0 // indirect
github.com/mdlayher/netlink v1.7.2 // indirect