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/kni_ratelimit.h

8 lines
185 B
C
Raw Normal View History

2018-10-31 20:17:52 +08:00
#ifndef KNI_RATELIMIT_H
#define KNI_RATELIMIT_H
char kni_process_ratelimit(int thread_seq,const struct streaminfo* pstream,const void* a_packet,struct kni_pme_info* pmeinfo);
2018-10-31 20:17:52 +08:00
#endif