TSG-16531 PacketAdapter适配容器环境,使用mrzcpd收包,通过RAW Socket注RST包
This commit is contained in:
17
platform/include/packet_handle.h
Normal file
17
platform/include/packet_handle.h
Normal file
@@ -0,0 +1,17 @@
|
||||
#ifndef _PACKET_HANDLE_H
|
||||
#define _PACKET_HANDLE_H
|
||||
|
||||
#ifdef __cpluscplus
|
||||
extern "C"
|
||||
{
|
||||
#endif
|
||||
|
||||
#include "utils.h"
|
||||
|
||||
void packet_handle(const char *data, int len, struct metrics *metrics);
|
||||
|
||||
#ifdef __cpluscplus
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user