Skip to content

Commit

Permalink
Update internal/vpntest/packetio.go
Browse files Browse the repository at this point in the history
  • Loading branch information
ainghazal authored Feb 7, 2024
1 parent 5edbff3 commit 04e896d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/vpntest/packetio.go
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ func (pw *PacketWriter) writeSequenceItem(item string) {
// but will sequentially pick the payload from the passed payload string, in increments defined by size.
func (pw *PacketWriter) WriteSequenceWithFixedPayload(seq []string, payload string, size int) {
pw.payload = payload
pw.packetPayloadSize = 3
pw.packetPayloadSize = size
pw.WriteSequence(seq)
}

Expand Down

0 comments on commit 04e896d

Please sign in to comment.