Cloak/internal/multiplex/frame.go

11 lines
144 B
Go
Raw Normal View History

2018-10-05 22:44:20 +00:00
package multiplex
import ()
type Frame struct {
StreamID uint32
Seq uint32
ClosedStreamID uint32
Payload []byte
}