mirror of
https://github.com/espressif/openthread.git
synced 2026-08-29 21:39:54 +00:00
Reduce MTU to 1280 bytes (#1032)
* Reduce MTU to 1280 bytes * Update 5.1.07 test to use 1232 byte ping
This commit is contained in:
@@ -87,7 +87,7 @@ class Cert_5_1_07_MaxChildCount(unittest.TestCase):
|
||||
ipaddrs = self.nodes[SED1].get_addrs()
|
||||
for addr in ipaddrs:
|
||||
if addr[0:4] != 'fe80' and 'ff:fe00' not in addr:
|
||||
self.assertTrue(self.nodes[LEADER].ping(addr, size=1280))
|
||||
self.assertTrue(self.nodes[LEADER].ping(addr, size=1232))
|
||||
break
|
||||
|
||||
for i in range(3, 13):
|
||||
|
||||
Reference in New Issue
Block a user