diff options
author | Felix Dörre <felix@dogcraft.de> | 2022-08-25 17:26:37 +0000 |
---|---|---|
committer | Damien George <damien@micropython.org> | 2024-07-24 14:59:01 +1000 |
commit | 7fe8f030eea0015962e729eae1f1c309dc83a469 (patch) | |
tree | 102b2080a914ee6cd35358b010ee3f7960e86798 /tests/misc/cexample_class.py.exp | |
parent | ba98533454eef5ab5783039f9929351c8f54d005 (diff) | |
download | micropython-7fe8f030eea0015962e729eae1f1c309dc83a469.tar.gz micropython-7fe8f030eea0015962e729eae1f1c309dc83a469.zip |
rp2/lwip_inc: Enable IPv6 per default on rp2 port.
Having IPv6 support is important, especially for IoT-Devices which might be
many, requiring individual IP-addresses. In particular direct access via
link-local addresses and having deterministic SLAAC-addresses can be quite
convenient. Also in IPv6-only networks or for connecting to IPv6-only
services, this is very useful.
For the Pico W, there is enough flash and RAM that enabling IPv6 by default
is the right choice.
Should IPv6 support in a network exist (i.e. there are Router
Advertisements), but not provide connectivity, connecting by domain name
should not be a problem as DNS will default to return the IPv4-address (if
that exists), unless reconfigured at runtime to prefer IPv6.
In any case a user can disable obtaining SLAAC-addresses with:
<nic>.ipconfig(autoconf6=False)
Signed-off-by: Felix Dörre <felix@dogcraft.de>
Diffstat (limited to 'tests/misc/cexample_class.py.exp')
0 files changed, 0 insertions, 0 deletions