diff --git a/include/tins/packet_sender.h b/include/tins/packet_sender.h index bf95794..8689f23 100644 --- a/include/tins/packet_sender.h +++ b/include/tins/packet_sender.h @@ -66,6 +66,12 @@ namespace Tins { * kernel will be responsible for picking the appropriate network interface * based on the destination address. * + * \par Note for Windows users: + * Sending layer 3 PDUs (without a link layer protocol) is very restricted + * on Windows (link). + * Therefore it's recommended you always send packets which contain link layer PDUs. + * This will use Winpcap's pcap_sendpacket to inject the packets. + * * Sending packets can be done via PacketSender::send: * * \code