From 0055b76f98c6a6b33fddc63cf5edbe55d3491514 Mon Sep 17 00:00:00 2001 From: Stephen Seo Date: Thu, 13 Mar 2025 19:08:11 +0900 Subject: [PATCH] Docs: remove mention of heartbeat-rate-change fn --- src/UDPC.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/UDPC.h b/src/UDPC.h index f491e5d..f21eb35 100644 --- a/src/UDPC.h +++ b/src/UDPC.h @@ -20,8 +20,7 @@ * 1 packet per 33.333 milliseconds, or 30 packets a second. Queued packets are * sent immediately at the current mode's fastest-interval rate. If there are no * queued packets, then "heartbeat" packets are sent at a rate of 1 packet per - * 0.15 seconds, or roughly 6 packets a second. This "heartbeat interval" can be - * adjusted with the \ref UDPC_set_heartbeat_millis() function. + * 0.15 seconds, or roughly 6 packets a second. */ #ifndef UDPC_CONNECTION_H -- 2.49.0