busy day nothing do not look do NOT

r
This commit is contained in:
Malloc of Kuzkycyziklistan 2017-09-05 16:02:14 -05:00
parent 4c6ba9a572
commit 3f51e965fc

View file

@ -65,6 +65,20 @@ namespace SockScape {
else else
LastMessageIn = new DateTime(0); LastMessageIn = new DateTime(0);
break; break;
case kIntraMasterId.PositiveAck:
break;
case kIntraMasterId.NegativeAck:
Console.WriteLine("Packet type "+ packet[0] +" declined for reason "+ packet[1]);
break;
case kIntraMasterId.EncryptionError:
Key = new Key();
Encryptor = null;
LastMessageIn = new DateTime(0);
break;
} }
} }