summaryrefslogtreecommitdiffhomepage
path: root/process-packet.c
diff options
context:
space:
mode:
Diffstat (limited to 'process-packet.c')
-rw-r--r--process-packet.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/process-packet.c b/process-packet.c
index 3659cc0..6cbcfc7 100644
--- a/process-packet.c
+++ b/process-packet.c
@@ -52,7 +52,7 @@ void process_packet() {
ses.lastpacket = type;
- ses.last_packet_time = time(NULL);
+ ses.last_packet_time = monotonic_now();
/* These packets we can receive at any time */
switch(type) {