Commit 0a4c656
committed
net: mqtt_sn: increase MQTT_SN_LIB_MAX_ADDR_SIZE to support IPv6
On IPv6, MQTT_SN_LIB_MAX_ADDR_SIZE needs to be at least 24 bytes instead
of the current 21 bytes default. Increase the default to 24 bytes so
that the MQTT-SN implementation works out of the box on IPv6.
Signed-off-by: Aurelien Jarno <[email protected]>1 parent f5ad824 commit 0a4c656
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | | - | |
| 41 | + | |
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
| |||
0 commit comments