Update network.Packet structure

This commit is contained in:
Daniel 2019-05-06 11:00:10 +02:00
parent 4f275a8029
commit be517dd58f
7 changed files with 204 additions and 147 deletions

View file

@ -12,7 +12,7 @@ import (
// Packet represents an IP packet.
type Packet struct {
packet.PacketBase
packet.Base
verdictRequest *VerdictRequest
verdictSet *abool.AtomicBool