_Send
status_t _Send(TCPPacket* packet, bool enqueue = true);
error = _Send(packet);
return _Send(packet);
error = _Send(packet, false);