commit | 9c907fca43da03ba11d688edee64936a4fb7d917 | [log] [tgz] |
---|---|---|
author | Jukka Rissanen <jukka.rissanen@linux.intel.com> | Fri Jun 30 17:51:30 2017 +0300 |
committer | Jukka Rissanen <jukka.rissanen@linux.intel.com> | Fri Jul 07 15:24:00 2017 +0300 |
tree | 0ac012efac5de8493a945feaa840eacb23b3bfb7 | |
parent | 3604c391e69d253fb985aa6d072283250b454e6e [diff] |
net: tcp: Remove NET_TCP_HDR() macro and direct access to net_buf Remove NET_TCP_HDR() macro as we cannot safely access TCP header via it if the network packet header spans over multiple net_buf fragments. Fixed also the TCP unit tests so that they pass correctly. Signed-off-by: Jukka Rissanen <jukka.rissanen@linux.intel.com>