From d283bb629d5158ab029cb33458b52628b6162e57 Mon Sep 17 00:00:00 2001 From: Aaron Taylor Date: Mon, 7 Oct 2019 04:18:11 -0700 Subject: [PATCH] Added wishlist at top of source code. --- icmpmonitor.c | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/icmpmonitor.c b/icmpmonitor.c index 6dede30..efa6d71 100644 --- a/icmpmonitor.c +++ b/icmpmonitor.c @@ -11,6 +11,12 @@ * See LICENSE file for copyright and license details. */ +/* Wishlist */ +/* TODO: Add IPv6 support. */ +/* TODO: Turn the global '-r' functionality into per-host config file option. */ +/* TODO: Add 'auto' keyword to 'start_condition', testing host on startup. */ +/* TODO: Double-check the network code when interrupted while receiving a packet. */ + #include #include #include -- 2.20.1