commit | d0ebb64ad1a75bd4b045a204f70e42a0a08605ab | [log] [tgz] |
---|---|---|
author | Lorenzo Colitti <lorenzo@google.com> | Thu May 19 02:45:12 2022 +0000 |
committer | Lorenzo Colitti <lorenzo@google.com> | Thu May 19 02:45:16 2022 +0000 |
tree | 39ea8c8e34e60d862c889fda6f5e726f2e841124 | |
parent | 493ce14eaf3d3141a01c273095e809086e0a245c [diff] |
Assume all Ethernet interfaces have an MTU of 1500. This avoids races where NetworkInterface.getByName does not return the interface right after it is created. Change-Id: I17a5a22034bafc30023307d5480db18e918fc042 Test: test-only change Bug: 227008268