Skip to content

Version 2.11.906

Compare
Choose a tag to compare
@Ousret Ousret released this 26 Oct 18:49
· 35 commits to main since this release
97fa608

2.11.906 (2024-10-26)

  • Fixed unexpected exception when recreating a connection using the same outgoing port.
    Add SO_REUSEPORT if available, fallback to SO_REUSEADDR. This socket option
    is not bullet proof against reusability errors. Some OS differs in behaviors.