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

WinPcap: daemon_slpars Struct Reference

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

Structure that keeps the parameters needed by the daemon_serviceloop() function.
More...

#include <daemon.h>

Data Fields

SOCKETsockctrl
SOCKET ID of the control connection.
intisactive
Not null if the daemon has to run in active mode.
intnullAuthAllowed
'1' if we permit NULL authentication, '0' otherwise
intactiveclose
'1' if the client closed the control connection explicitely; used in active mode only