mirror of
https://github.com/v2ray/v2ray-core.git
synced 2024-04-21 12:31:52 +00:00
reduce memory consumption of mux.Writer
This commit is contained in:
@@ -10,9 +10,9 @@ import (
|
||||
)
|
||||
|
||||
type Writer struct {
|
||||
id uint16
|
||||
dest net.Destination
|
||||
writer buf.Writer
|
||||
id uint16
|
||||
followup bool
|
||||
transferType protocol.TransferType
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user