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:
parent
4426a51d0f
commit
976fc72de8
@ -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)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user