1
0
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:
Darien Raymond 2017-10-21 19:27:53 +02:00
parent 7f4296cd78
commit aa5e06a26e

View File

@ -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 {