From: Aaron Taylor Date: Mon, 7 Oct 2019 11:18:11 +0000 (-0700) Subject: Added wishlist at top of source code. X-Git-Url: http://git.subgeniuskitty.com/icmpmonitor/.git/commitdiff_plain/d283bb629d5158ab029cb33458b52628b6162e57 Added wishlist at top of source code. --- 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