Add bufio cached packet conn

This commit is contained in:
世界 2022-07-06 12:18:06 +08:00
parent 53c9f8d137
commit 9cd9268a7e
No known key found for this signature in database
GPG key ID: CD109927C34A63C4
2 changed files with 47 additions and 1 deletions

View file

@ -30,6 +30,7 @@ linters:
- gocognit
- golint
- goimports
- nosnakecase
linters-settings:
revive:
@ -41,4 +42,9 @@ linters-settings:
disable:
- composites
- fieldalignment
- shadow
- shadow
gci:
sections:
- standard
- prefix(github.com/sagernet/sing)
- default