]> Kevux Git Server - fll/commit
Update: The f_socket enumerations and comments, the f_socket_t structure, the f_socke...
authorKevin Day <kevin@kevux.org>
Fri, 7 Jul 2023 03:37:08 +0000 (22:37 -0500)
committerKevin Day <kevin@kevux.org>
Fri, 7 Jul 2023 03:37:08 +0000 (22:37 -0500)
commit165b96f670d2e617cec8b1524f148b5ad04e5e6c
tree9359605781346ed6bf36227f5d7e46fb57fde052
parentcfc1672dc77e56bde87827ad398a6a66ae2c6d90
Update: The f_socket enumerations and comments, the f_socket_t structure, the f_socket build settings, and the f_socket unit tests.

The _di_f_socket_protocol_e_ enumerations are missing the trailing "_e" in the name.

As stated in a previous commit (90d0f47999fd5615f2f3550d688f63d49e590482), update the documentation comments for the f_socket_protocol_family_e enumerations.

Change the ordering of properties in the f_socket_t to have length property after the address property.

Set the default string for the name property to be f_string_static_t_initialize instead of f_string_empty_s.

Disable the braces warning in f_console.
The brace usage here is correct, and so the warning is disabled.

Fix the unit tests as they were not updated after changes in the previous commit (90d0f47999fd5615f2f3550d688f63d49e590482) and in this commit.
level_0/f_socket/c/socket/common.h
level_0/f_socket/data/build/settings
level_0/f_socket/data/build/settings-mocks
level_0/f_socket/data/build/settings-tests
level_0/f_socket/tests/unit/c/test-socket-bind_local.c
level_0/f_socket/tests/unit/c/test-socket-sockets_append.c
level_0/f_socket/tests/unit/c/test-socket-sockets_append_all.c
level_0/f_socket/tests/unit/c/test-socket-socketss_append.c
level_0/f_socket/tests/unit/c/test-socket-socketss_append_all.c