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:
Nick Banks
2016-12-01 14:00:50 -08:00
committed by Jonathan Hui
parent 22532a0fdc
commit 646d9e2f19
3 changed files with 4 additions and 4 deletions
@@ -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):