Skip to content

Commit

Permalink
Merge pull request #108 from mhedrick843/gots-coral-bugfix
Browse files Browse the repository at this point in the history
Gots coral bugfix
  • Loading branch information
WillGunther committed Dec 18, 2018
2 parents 75e9ccd + 173b8d2 commit 06ffb31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packet/create.go
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ func WithHasPayloadFlag(pkt *Packet) {

// WithHasAdaptationFieldFlag is an option function for creating a packet with an adaptation field
func WithHasAdaptationFieldFlag(pkt *Packet) {
pkt[3] |= 0x02
pkt[3] |= 0x20
}

// WithAFPrivateDataFlag is an option function for creating a packet with a adaptation field private data flag
Expand Down

0 comments on commit 06ffb31

Please sign in to comment.