The latest development version of this page may be more current than this released 2.7.5 version.

CONFIG_NET_TCP_ISN_RFC6528

Use ISN algorithm from RFC 6528

Type: bool

Help

Implement Initial Sequence Number calculation as described in
RFC 6528 chapter 3. https://tools.ietf.org/html/rfc6528
If this is not set, then sys_rand32_get() is used for ISN value.

Direct dependencies

NET_TCP && !NET_RAW_MODE && NETWORKING

(Includes any dependencies from ifs and menus.)

Default

  • y

Symbols selected by this symbol

Kconfig definition

At subsys/net/ip/Kconfig:457

Included via Kconfig:8Kconfig.zephyr:44subsys/Kconfig:39subsys/net/Kconfig:89

Menu path: (Top) → Sub Systems and OS Services → Networking → Link layer and IP networking support → IP stack

config NET_TCP_ISN_RFC6528
    bool "Use ISN algorithm from RFC 6528"
    default y
    select MBEDTLS
    select MBEDTLS_MD
    select MBEDTLS_MAC_MD5_ENABLED
    depends on NET_TCP && !NET_RAW_MODE && NETWORKING
    help
      Implement Initial Sequence Number calculation as described in
      RFC 6528 chapter 3. https://tools.ietf.org/html/rfc6528
      If this is not set, then sys_rand32_get() is used for ISN value.

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)