📄 setrts.hh
字号:
#ifndef CLICK_SETRTS_HH#define CLICK_SETRTS_HH#include <click/element.hh>#include <click/glue.hh>#include <elements/wifi/sr/ettmetric.hh>CLICK_DECLS/*=cSetRTS(Bool)=s WifiEnable/disable RTS/CTS for a packet=dEnable/disable RTS/CTS for a packet=h rts read/writeEnable/disable rts/cts for a packet.=a ExtraEncap, ExtraDecap*/class SetRTS : public Element { public: SetRTS(); ~SetRTS(); const char *class_name() const { return "SetRTS"; } const char *processing() const { return AGNOSTIC; } int configure(Vector<String> &, ErrorHandler *); Packet *simple_action(Packet *); void add_handlers(); bool _rts;};CLICK_ENDDECLS#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -