reduce memory consumption of frame meta

pull/642/merge
Darien Raymond 2017-10-21 19:27:53 +02:00
parent 7f4296cd78
commit aa5e06a26e
1 changed files with 1 additions and 1 deletions

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 {