目录
当前位置: 首页 > 文档资料 > WinPcap 中文手册 >

WinPcap: pcap_send_queue Struct Reference

优质
小牛编辑
131浏览
2023-12-01

A queue of raw packets that will be sent to the network with pcap_sendqueue_transmit().
More...

#include <Win32-Extensions.h>

Data Fields

u_intmaxlen
Maximum size of the the queue, in bytes. This variable contains the size of the buffer field.
u_intlen
Current size of the queue, in bytes.
char *buffer
Buffer containing the packets to be sent.