stripipheader.hh

来自「COPE the first practical network coding 」· HH 代码 · 共 30 行

HH
30
字号
#ifndef CLICK_STRIPIPHEADER_HH#define CLICK_STRIPIPHEADER_HH#include <click/element.hh>CLICK_DECLS/* * =c * StripIPHeader() * =s encapsulation, IP * strips outermost IP header * =d * Removes the outermost IP header from IP packets based on the IP Header annotation. * * =a CheckIPHeader, CheckIPHeader2, MarkIPHeader, UnstripIPHeader, Strip */class StripIPHeader : public Element { public:      StripIPHeader();    ~StripIPHeader();      const char *class_name() const		{ return "StripIPHeader"; }    Packet *simple_action(Packet *);};CLICK_ENDDECLS#endif

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?