]> Kevux Git Server - fll/commitdiff
Update: Add missing documentation on status code from f_socket_connect().
authorKevin Day <thekevinday@gmail.com>
Thu, 7 Dec 2023 03:06:51 +0000 (21:06 -0600)
committerKevin Day <thekevinday@gmail.com>
Thu, 7 Dec 2023 03:06:51 +0000 (21:06 -0600)
level_0/f_socket/c/socket.h

index a49e8d141aebd1b43f404e70a77bb889b7997271..36ec320bd9414baf1094c6f95acc8ec69d0a5b34 100644 (file)
@@ -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.