?? udp-slp.h
字號:
#include "slp/slp-common.h"// UdpSlpAgent Class definitionclass UdpSLPAgent : public UdpAgent {public: UdpSLPAgent(); UdpSLPAgent(packet_t); virtual int supportSLP() { return 1; } virtual void enableSLP() { support_slp_ = 1; } virtual void sendto(int nbytes, const char* flags, ns_addr_t dst); void recv(Packet*, Handler*);protected: int support_slp_; // set to 1 if above is SLPApp};
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -