SetTxPacketTailroom
Reserves the specified number of bytes at the end of each packet.
Declaration
kern_return_t SetTxPacketTailroom(uint16_t numBytes);Parameters
- numBytes:
The number of bytes to reserve at the end of the packet buffer.
Return Value
kIOReturnSuccess on success, or another value if an error occurred.