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/entry/include/kni_pxy_tcp_option.h

15 lines
368 B
C
Raw Normal View History

#pragma once
#ifndef __KNI_PXY_TCP_OPTION_H__
#define __KNI_PXY_TCP_OPTION_H__
#include <MESA/Maat_rule.h>
#include "kni_entry.h"
#include "tsg/tsg_rule.h"
int pxy_tcp_option_rule_init(const char* conffile, void *logger);
int pxy_tcp_option_get_param(Maat_feather_t maat_feather,const struct streaminfo *a_stream,struct pme_info *pmeinfo, void *logger);
#endif