From 410e6d4549823276caa2ad31e491ddeda7507338 Mon Sep 17 00:00:00 2001 From: mystical-prog Date: Tue, 29 Oct 2024 21:23:20 +0530 Subject: [PATCH] added newsfragment for ping_service --- newsfragments/344.feature.rst | 1 + 1 file changed, 1 insertion(+) create mode 100644 newsfragments/344.feature.rst diff --git a/newsfragments/344.feature.rst b/newsfragments/344.feature.rst new file mode 100644 index 00000000..9cf7a2ec --- /dev/null +++ b/newsfragments/344.feature.rst @@ -0,0 +1 @@ +Added ``PingService`` class in ``host/ping.py`` which can be used to initiate ping requests to peers and added tests for the same