Added wishlist at top of source code.
authorAaron Taylor <ataylor@subgeniuskitty.com>
Mon, 7 Oct 2019 11:18:11 +0000 (04:18 -0700)
committerAaron Taylor <ataylor@subgeniuskitty.com>
Mon, 7 Oct 2019 11:18:11 +0000 (04:18 -0700)
icmpmonitor.c

index 6dede30..efa6d71 100644 (file)
  * 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 <stdio.h>
 #include <stdlib.h>
 #include <stdbool.h>