Retain seq as param for sendQueueTransmit for now

If and when we remove PacketSequence::ttagL4ChecksumOffset we will take a call
if we should revert back to passing seq->sendQueue instead of seq at that time
This commit is contained in:
Srivats P 2023-04-27 12:48:37 +05:30
parent 4426a51d0f
commit 976fc72de8

View File

@ -443,7 +443,6 @@ double PcapTxThread::lastTxDuration()
return lastTxDuration_;
}
// FIXME: do we need 'seq' as func param?
int PcapTxThread::sendQueueTransmit(pcap_t *p, PacketSequence *seq,
long &overHead, int sync)
{