]> Kevux Git Server - fll/commit
Update: Socket parameters, rename f_socket_bind_file() to f_socket_bind_local(),...
authorKevin Day <thekevinday@gmail.com>
Tue, 1 Mar 2022 00:49:51 +0000 (18:49 -0600)
committerKevin Day <thekevinday@gmail.com>
Tue, 1 Mar 2022 00:49:51 +0000 (18:49 -0600)
commit7b9da12b643bac9a4a96caafb9f225e5bdb21a33
treebb13b6b6975b419b064e31b86dab5b24cbca4cab
parentd40789db9fc5820c58fa9cb7c335d82c2fa976be
Update: Socket parameters, rename f_socket_bind_file() to f_socket_bind_local(), and return F_local_not when UNIX socket is required.

Make the f_socket_t passed to the f_socket_bind() and f_socket_bind_file() a pointer constant.

Use the f_socket_bind_local() rather than f_socket_bind_file() to better communicate that this is a local (UNIX) socket.
The f_socket_bind_local() requires the socket to be a local (UNIX) socket, so return F_local_not (with error bit) if it is not a local (UNIX) socket.
level_0/f_socket/c/socket.c
level_0/f_socket/c/socket.h