DataDog / datadog-process-agent

Datadog Process Agent
https://datadoghq.com
20 stars 9 forks source link

[network-tracer] Remove the expiry logic from the state and expose a RemoveConnections method #303

Closed sfluor closed 5 years ago

sfluor commented 5 years ago

We had underflows occuring because (mostly UDP) connections were cleaned from the eBPF map but not from the userspace state, this should sync the eBPF map and the userspace state.