TRACE_QUEUE
TRACE_QUEUE("TCP: Unable to deliver more data!\n");
TRACE_QUEUE("TCPSocket::ProcessPacket(): not queuing due to wraparound\n");
TRACE_QUEUE("TCP: Enqueuing %lx - %lx in front! (next is %lx)\n",
TRACE_QUEUE("%s(): dropping due to identical first packet\n", __func__);
TRACE_QUEUE("TCPSocket::EnqueuePacket(): TCP packet dropped\n");
TRACE_QUEUE("dequeue failed!\n");
TRACE_QUEUE("TCP: waiting for %lx (ack'ed %lx)\n", fNextSequence, fAcknowledgeNumber);
TRACE_QUEUE("TCP: Queue is empty.\n");
TRACE_QUEUE("TCP: Queue: %lx\n", packet->SequenceNumber());
TRACE_QUEUE("TCP: Send queue is non-empty.\n");
TRACE_QUEUE("TCP: Send queue is empty.\n");