opensnitch/daemon/conman
Gustavo Iñiguez Goia 7b99383546
find connections with connection fields swapped
Under certain situations, like when using systemd-resolved as DNS
resolver, we receive outbound connections with the fields swapped:

Instead of: local-port:local-ip -> public-ip:public-port
we receive: public-port:public-ip -> local-ip:local-port

Sometimes this behaviour causes network slowdowns, or no network at all.

If we swap the fields of these connections, then we're able to get the
process and keep functioning as usual. But what causes this behaviour is
yet unknown, and needs further analysis.

See these issues for more information: #779 , #711
2022-12-20 17:16:20 +01:00
..
connection.go find connections with connection fields swapped 2022-12-20 17:16:20 +01:00
connection_test.go fixed conman/ tests 2022-09-24 17:24:12 +02:00