Skip to content

notify user when Deckard is running under load

Štěpán Balážik requested to merge detect-load into master

Deckard's responses to resolvers might be delayed due to load which leads the resolver to close the port and to the test failing in the end. We partially detect these by checking the PCAP for ICMP packets.

This adds new pip dependency (dpkt) so re-build of Docker images will be necessary (@tkrizek).

Merge request reports