mirror of
https://github.com/SagerNet/sing.git
synced 2025-04-04 12:27:37 +03:00
Refactor bufio (break change)
This commit is contained in:
parent
f4d911a3b1
commit
169983a8d7
10 changed files with 539 additions and 309 deletions
|
@ -10,7 +10,10 @@ import (
|
|||
"github.com/sagernet/sing/common/rw"
|
||||
)
|
||||
|
||||
const MaxSocksaddrLength = 2 + 255 + 2
|
||||
const (
|
||||
MaxSocksaddrLength = 2 + 255 + 2
|
||||
MaxIPSocksaddrLength = 1 + 16 + 2
|
||||
)
|
||||
|
||||
type SerializerOption func(*Serializer)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue