Files
weave-scope/probe/endpoint
Bryan Boreham fc46ea17ee refactor(probe/ebpf): track connections by four-tuple+namespace
The previous code tracked only by four-tuple, which meant that two
connections with same address/port combinations in different namespace
would clash and one would get dropped.

Also previously the tuple was duplicated between the map key and
value, so we remove it from the value.

We only add the namespace in the case that the local address is
loopback, which matches how the rest of Scope treats addresses.
2020-01-13 08:53:47 +00:00
..
2019-01-02 12:08:49 -02:00
2019-04-30 19:24:23 +03:00
2018-02-20 16:14:20 +00:00