]> git.seodisparate.com - UDPConnection/commitdiff
Docs: remove mention of heartbeat-rate-change fn dev master
authorStephen Seo <seo.disparate@gmail.com>
Thu, 13 Mar 2025 10:08:11 +0000 (19:08 +0900)
committerStephen Seo <seo.disparate@gmail.com>
Thu, 13 Mar 2025 10:08:11 +0000 (19:08 +0900)
src/UDPC.h

index f491e5d368a2c6968851d8cd0d3f1dac9b559a28..f21eb3584d7bfa68740085b45e370ef68f1f3020 100644 (file)
@@ -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