The corresponding Unikraft config has a CONFIG_ prefix that won't be
picked up by the LWIP source code.
Signed-off-by: Marco Schlumpp <marco@unikraft.io>
Reviewed-by: Radu Nichita <radunichita99@gmail.com>
Approved-by: Razvan Deaconescu <razvand@unikraft.io>
Tested-by: Unikraft CI <monkey@unikraft.io>
GitHub-Closes: #26
#define LWIP_TCP_KEEPALIVE 1
#endif /* CONFIG_LWIP_TCP_KEEPALIVE */
+#ifdef CONFIG_LWIP_TCP_TIMESTAMPS
+#define LWIP_TCP_TIMESTAMPS 1
+#endif /* CONFIG_LWIP_TCP_TIMESTAMPS */
+
#if CONFIG_LWIP_WND_SCALE
/*
* Maximum window and scaling factor