commit | de72faeb2c2c485fafe1077e8226c4a3d8469730 | [log] [tgz] |
---|---|---|
author | Jukka Rissanen <jukka.rissanen@linux.intel.com> | Sun Jan 31 18:10:58 2021 +0200 |
committer | Anas Nashif <anas.nashif@intel.com> | Mon Feb 01 15:23:33 2021 -0500 |
tree | d5e599fa80c88a84c625ed62356c07043f3daf85 | |
parent | a5f95204286d0e9fbdb925de7dc7cc53210b2c3d [diff] |
net: tcp2: slist API is not thread safe so use locking Make sure we lock when accessing the slist, as it is not a thread safe API. Signed-off-by: Jukka Rissanen <jukka.rissanen@linux.intel.com>