20 lines
591 B
C
20 lines
591 B
C
#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);
|
|
|
|
int pxy_tcp_option_param_get(struct pme_info *pmeinfo, void *logger);
|
|
|
|
void pxy_tcp_option_modify_mss(struct pme_info *pmeinfo,void *logger);
|
|
|
|
int pxy_tcp_option_cmsg_set(struct kni_cmsg *cmsg, struct pme_info *pmeinfo);
|
|
#endif
|
|
|