mirror of
https://github.com/espressif/openthread.git
synced 2026-08-03 01:17:46 +00:00
Simplify ICMPv6 Echo Request/Reply implementation. (#481)
- Only support a single ICMPv6 Echo Reply handler. - Remove large static ICMPv6 Echo Request buffer.
This commit is contained in:
+1
-2
@@ -194,8 +194,7 @@ private:
|
||||
static const struct Command sCommands[];
|
||||
static otNetifAddress sAddress;
|
||||
|
||||
static Ip6::SockAddr sSockAddr;
|
||||
static Ip6::IcmpEcho *sIcmpEcho;
|
||||
static Ip6::MessageInfo sMessageInfo;
|
||||
static Server *sServer;
|
||||
static uint8_t sEchoRequest[];
|
||||
static uint16_t sLength;
|
||||
|
||||
Reference in New Issue
Block a user