# Constants
Default value for OptBlockSize.
Default value for OptBlockTimeout.
Default value for OptFrameSize.
Default value for OptNumBlocks.
Default value for OptPollTimeout.
SocketDgram strips off the link layer when reading packets, and adds the link layer back automatically on packet writes (coming soon...).
SocketRaw is the default socket type.
TPacket version numbers for use with NewHandle.
TPacket version numbers for use with NewHandle.
TPacket version numbers for use with NewHandle.
TPacketVersionHighestAvailable tells NewHandle to use the highest available version of tpacket the kernel has available.
# Type aliases
OptAddVLANHeader modifies the packet data that comes back from the kernel by adding in the VLAN header that the NIC stripped.
OptBlockSize is TPacket's tp_block_size It can be passed into NewTPacket.
OptBlockTimeout is TPacket v3's tp_retire_blk_tov.
OptFrameSize is TPacket's tp_frame_size It can be passed into NewTPacket.
OptInterface is the specific interface to bind to.
OptNumBlocks is TPacket's tp_block_nr It can be passed into NewTPacket.
OptPollTimeout is the number of milliseconds that poll() should block waiting for a file descriptor to become ready.
OptSocketType is the socket type used to open the TPacket socket.
OptTPacketVersion is the version of TPacket to use.