Example #1
0
 public PacketLog(bool sending, CRPpacket packet)
 {
     this.sending   = sending;
     this.CRPpacket = packet;
 }
Example #2
0
 public PacketLog(bool sending, IPEndPoint ipep, CRPpacket packet)
 {
     this.sending   = sending;
     this.ipep      = ipep;
     this.CRPpacket = packet;
 }