readme.rawsockets

来自「libnet的unix/linux版本」· RAWSOCKETS 代码 · 共 16 行

RAWSOCKETS
16
字号
===============================================================================    LIBNET 1.0 (c) 1998 - 2001 Mike D. Schiffman <mike@infonexus.com>                               http://www.packetfactory.net/libnet===============================================================================    Raw sockets are horribly non-standard across implementations.  Solaris,    for example, has terrible support for this packet interface.  Older OpenBSD    versions and recent FreeBSD versions have the BSD_BYTE_SWAP issue where    the ip_len and ip_frag fields need to be in little endian order.  Linux    apparently doesn't allow for the injection of broadcast IP datagrams.    Whenever complete control over the IP header is desired, use the link    layer API.EOF

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?