Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • KDE Connect KDE Connect
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Bugzilla
    • Bugzilla
  • Merge requests 23
    • Merge requests 23
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Releases
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Jobs
  • Commits
Collapse sidebar
  • NetworkNetwork
  • KDE ConnectKDE Connect
  • Repository
  • kdeconnect-kde
  • core
  • backends
  • lan
  • lanlinkprovider.cpp
Find file BlameHistoryPermalink
  • ValdikSS ValdikSS's avatar
    Really set source IP for broadcast discovery packets on Windows/FreeBSD · 390a44a9
    ValdikSS ValdikSS authored Sep 15, 2022 and Simon Redman's avatar Simon Redman committed Oct 17, 2022
    This whole code was no-op: it enumerates network interfaces, enumerates
    its IP addresses, but does not change the address of broadcast UDP
    packet, sending it only via default route/interface.
    
    Bind the socket to IP addresses of the interfaces to fix the issue.
    
    BUG: 459171
    390a44a9