Open GoogleCodeExporter opened 9 years ago
Typically network adapters don't allow a FCS value to be provided for tx
packets - it is calculated by the network adapter itself. In the Rx direction,
network adapters verify the FCS, then strip it off before handing the packet to
the driver.
It is not possible to provide this feature with the existing libpcap/winpcap
libraries that Ostinato uses. However, when Ostinato exports plugin support for
adapters, this feature may be supported if the adapter plugin supports it.
Original comment by pstav...@gmail.com
on 3 May 2012 at 4:18
Original issue reported on code.google.com by
prakash....@gmail.com
on 2 May 2012 at 6:10