From: Kevin Day Date: Thu, 7 Dec 2023 03:06:51 +0000 (-0600) Subject: Update: Add missing documentation on status code from f_socket_connect(). X-Git-Url: https://git.kevux.org/?a=commitdiff_plain;h=b1ddeebbd5a304e2e50f70af59120f644cd16b9b;p=fll Update: Add missing documentation on status code from f_socket_connect(). --- diff --git a/level_0/f_socket/c/socket.h b/level_0/f_socket/c/socket.h index a49e8d1..36ec320 100644 --- a/level_0/f_socket/c/socket.h +++ b/level_0/f_socket/c/socket.h @@ -268,6 +268,7 @@ extern "C" { * F_file_descriptor (with error bit) if ID is an invalid descriptor. * F_interrupt (with error bit) if interrupt is received. * F_network_reach_not (with error bit) if the network is unreachable. + * F_parameter (with error bit) if a parameter is invalid. * F_progress (with error bit) if if a non-blocking connection cannot be completed immediately. * F_prohibited (with error bit) if the file system does not permit this operation. * F_protocol_not (with error bit) if the given protocol is unknown or is unsupported.