diff options
-rw-r--r-- | src/fastd.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fastd.h b/src/fastd.h index 08cfb5f..1206cd8 100644 --- a/src/fastd.h +++ b/src/fastd.h @@ -283,7 +283,7 @@ struct fastd_context { int64_t started; /**< The timestamp when fastd was started */ - int64_t now; /**< The current monotonous timestamp in microseconds after an arbitrary point in time */ + int64_t now; /**< The current monotonous timestamp in milliseconds after an arbitrary point in time */ fastd_iface_t *iface; /**< The default tunnel interface */ |