commit | fe90e4932b4b4098883492a178c513a13af58026 | [log] [tgz] |
---|---|---|
author | Marcin Niestroj <m.niestroj@emb.dev> | Fri Apr 08 12:03:17 2022 +0200 |
committer | Marti Bolivar <marti.bolivar@nordicsemi.no> | Fri Apr 08 15:50:11 2022 -0700 |
tree | 17782cd5f4b8065a079d13b204fa50b84c81460f | |
parent | 19b75f47c0d2fa59398af87f6e1e50801f9dd00a [diff] |
wifi: eswifi: use NET_SOCKETS_OFFLOAD_PRIORITY Use NET_SOCKETS_OFFLOAD_PRIORITY instead of NET_SOCKETS_OFFLOAD_PRIORITY, so that by default offloaded sockets will be used instead of native sockets. Addiitonally this allows to select relative priority of offloaded TLS versus native TLS when used together with NET_SOCKETS_TLS_PRIORITY. Signed-off-by: Marcin Niestroj <m.niestroj@emb.dev>