You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Browse filesBrowse the repository at this point in the historyBrowse files
authored
FIX: response source address on [::]-bound servers are wrong (#629)
* fix: on binding the server to [::] the response happened to come from different addresses than sent to.
* fix: add .idea to gitignore
* feat: store source addr in conn
* fix: did not swap
* fix: remove vscode folder from gitignore
* fix: ignore mcast adresses
* fix: modify signatures in NewConn in tests
* fix: data race condition
* fix: don't use dummy adresses in test
* fix: missed nil check
* fix: don't upsert if nothing to do
* fix: prevent against race conditions and dangling pointers
* fix: comment
* fix for golangci-lint
* fix(udp): avoid multicast conn key leaks and stale control state
* fix the two gocritic warnings
---------
Co-authored-by: Theodor Rauch <theodor.rauch@ml-pa.com>
Co-authored-by: Jozef Kralik <jozef.kralik@plgd.dev>
0 commit comments