Changelog

Latest Changes

Branch:
develop
Commit:

7a162a5

  • drivers: eth: eth_linux: Initialize SO_REUSEADDR option by Yasushi SHOJI at 2026-07-02 10:40:53

    Initialize the integer value passed to setsockopt() for SO_REUSEADDR. SO_REUSEADDR expects an integer boolean option value. Set it to 1 so address reuse is enabled instead of passing an uninitialized value. Signed-off-by: Yasushi SHOJI <yashi@spacecubics.com>