This repository has been archived on 2025-09-14. You can view files and clone it, but cannot push or open issues or pull requests.
Files
tango-kni/bin/kni/kni.inf
2018-10-31 20:18:39 +08:00

26 lines
291 B
INI

[PLUGINFO]
PLUGNAME=KNI
SO_PATH=./plug/business/kni/kni.so
INIT_FUNC=kni_init
DESTROY_FUNC=
[IP]
FUNC_FLAG=all
FUNC_NAME=kni_ipv4_entry
[UDP]
FUNC_FLAG=all
FUNC_NAME=kni_udp_entry
[TCP_ALL]
FUNC_FLAG=all
FUNC_NAME=kni_tcpall_entry
[HTTP]
FUNC_FLAG=HTTP_HOST
FUNC_NAME=kni_http_entry