Skip to content
This repository has been archived by the owner on May 26, 2022. It is now read-only.

reuse the same router until we change listeners #240

Merged
merged 1 commit into from
Nov 14, 2021

Commits on Oct 28, 2021

  1. reuse the same router until we change listeners

    Technically, someone can set net.ipv4.ip_nonlocal_bind=1 to bind to
    non-existent IP addresses, but I'm comfortable making this change and
    seeing if anyone complains. I highly doubt it'll have any impact.
    
    If it doesn't work out, we have other options (e.g., catch the "invalid
    route" error and try again).
    
    fixes #238
    Stebalien committed Oct 28, 2021
    Configuration menu
    Copy the full SHA
    2a1fb10 View commit details
    Browse the repository at this point in the history