mirror of
https://github.com/v2fly/v2ray-core.git
synced 2024-12-22 01:57:12 -05:00
reduce memory consumption of frame meta
This commit is contained in:
parent
7f4296cd78
commit
aa5e06a26e
@ -63,9 +63,9 @@ n bytes - address
|
||||
|
||||
type FrameMetadata struct {
|
||||
SessionID uint16
|
||||
SessionStatus SessionStatus
|
||||
Target net.Destination
|
||||
Option Option
|
||||
SessionStatus SessionStatus
|
||||
}
|
||||
|
||||
func (f FrameMetadata) AsSupplier() buf.Supplier {
|
||||
|
Loading…
Reference in New Issue
Block a user