mirror of https://github.com/v2ray/v2ray-core
reduce memory consumption of mux.Writer
parent
9df5ac6e4f
commit
948534f480
|
@ -10,9 +10,9 @@ import (
|
|||
)
|
||||
|
||||
type Writer struct {
|
||||
id uint16
|
||||
dest net.Destination
|
||||
writer buf.Writer
|
||||
id uint16
|
||||
followup bool
|
||||
transferType protocol.TransferType
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue