// Socket disconnects itself on ssl error and will be deleted by deleteLater slot, no need to delete manually
if(fatal){
socket->disconnectFromHost();
deletem_receivedIdentityPackets.take(socket).np;
}
}
//I'm the new device and this is the answer to my UDP identity packet (no data received yet). They are connecting to us through TCP, and they should send an identity.