commit | 7946988b164240aeb4bae8c99638e03255b68434 | [log] [tgz] |
---|---|---|
author | Robert Lubos <robert.lubos@nordicsemi.no> | Wed Mar 30 14:55:35 2022 +0200 |
committer | Carles CufĂ <carles.cufi@nordicsemi.no> | Wed Apr 20 11:27:05 2022 +0200 |
tree | 180f039da336efc67de5335db7f393679d8141f5 | |
parent | fa8ba73833587ebb0133c70ddeb2992a85939128 [diff] |
net: sockets: Add separate macro for registering offloaded sockets Add a separate macro for registering offloaded sockets implementation, along with information in the structure whether the implementation is offloaded or not. This allows to differentiate between native and offloaded socket implementations, which is critical for binding socket API with an interface. Signed-off-by: Robert Lubos <robert.lubos@nordicsemi.no>