From d59de990f2ddf05a0bc52a5471306432173ea313 Mon Sep 17 00:00:00 2001 From: dmiller Date: Tue, 21 May 2024 18:49:37 +0000 Subject: [PATCH] Fix NSEdoc: new_socket option based on current address family --- nselib/nmap.luadoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nselib/nmap.luadoc b/nselib/nmap.luadoc index 008029d2a..ace9a2d15 100644 --- a/nselib/nmap.luadoc +++ b/nselib/nmap.luadoc @@ -421,7 +421,7 @@ function new_try(handler) -- connect-style sending and receiving over TCP and UDP (and SSL), -- as well as raw socket receiving. -- @param protocol a protocol string (optional, defaults to "tcp"). --- @param af an address family string (optional, defaults to "inet"). +-- @param af an address family string (optional, defaults to nmap.address_family()