commit | cdea2bfab77af3d96a7bf1588c789e1b7c1ad832 | [log] [tgz] |
---|---|---|
author | Paul Sokolovsky <paul.sokolovsky@linaro.org> | Thu Nov 02 17:38:41 2017 +0200 |
committer | Jukka Rissanen <jukka.rissanen@linux.intel.com> | Wed Nov 08 16:19:57 2017 +0200 |
tree | 9f5e54afd797b3a3d14c049ac0734d37a14605ab | |
parent | 3c652996ffb6b04a5109e900cf308d378651cc1c [diff] |
net: tcp: Add support for TCP options parsing Add a generic function for TCP option parsing. So far we're interested only in MSS option value, so that's what it handles. Use it to parse MSS value in net_context incoming SYN packet handler. Signed-off-by: Paul Sokolovsky <paul.sokolovsky@linaro.org>