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
Network getters now support filters. Every get_xxx method in the net class now allows you to pass a function that filters values. This improves readability, slightly improves performance and memory usage and mostly gives users more flexibility when performing more complex stitching operations against task information.
Bug fixes:
Fix parser for task-specific network namespaces. Using procfs.get_task().get_net() now returns an object that represents the net namespace of the specific task - /proc/<pid>/net. Beforehand, it would return information about the net of the calling process, i.e. /proc/net.
Other:
Added Debian12 Dockerfile for testing with newer GCC versions