From 3f872b8fc304bafd8aef57df4c75dfbc4059a40a Mon Sep 17 00:00:00 2001 From: Masak1 <105455722+masakk1@users.noreply.github.com> Date: Sat, 22 Feb 2025 17:32:54 +0100 Subject: [PATCH] fix udp documentation gettimeout extra argument removed the unnecessary `value` argument. --- docs/udp.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/udp.html b/docs/udp.html index 06e6e3c..99613b8 100644 --- a/docs/udp.html +++ b/docs/udp.html @@ -149,8 +149,8 @@ wild-card address).
-connected:gettimeout(value)
-unconnected:gettimeout(value)
+connected:gettimeout()
+unconnected:gettimeout()